[Bug 1473] Add option to save PID of a backgrounded ssh process

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu May 29 10:11:01 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1473


Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au




--- Comment #2 from Darren Tucker <dtucker at zip.com.au>  2008-05-29 10:10:58 ---
You can also do it with some trivial shell scripting:

#!/bin/sh
echo $$ >ssh.pid
exec ssh user at host -L 123:remote.host:456 -f -N

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list