[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 05:12:20 EST 2008
https://bugzilla.mindrot.org/show_bug.cgi?id=1473
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> 2008-05-29 05:12:16 ---
You can control a running SSH process using the control socket
ssh -nNfL 123:remote_host:456 -MS ~/.ssh/ctl-%r-%h-%p__%l user at host
You can ask the master process to exit gracefully using:
ssh -S ~/.ssh/ctl-%r-%h-%p__%l -O exit user at host
See the ControlPath and ControlMaster documentation in ssh_config(5)
for more information.
--
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