| Summary: | please add an option to print the pid of -f backgrounded process | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Marc 'Zugschlus' Haber <mh+openssh-bugzilla> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | enhancement | CC: | dtucker, josh |
| Priority: | P2 | ||
| Version: | 5.2p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Marc 'Zugschlus' Haber
2009-05-03 18:27:37 AEST
There's another option: you can use ControlMaster plus "-O exit" for that. ie. ssh -MNf -o controlpath=~/ssh/somehost -o controlmaster=yes somehost sleep 10000 then ssh -o controlpath=~/ssh/somehost -O exit somehost *** This bug has been marked as a duplicate of bug 1473 *** close resolved bugs now that openssh-5.9 has been released |