Linux.com

run "ssh -N -f host" to get a connection that stays open

Posted by: Anonymous [ip: 60.234.221.57] on September 25, 2007 04:59 AM
ssh -N -f host


opens a connection and goes into the background without executing a remote command so you don't need to keep a window or shell running locally just to keep that connection.


greetings, eMBee.

#

Return to Accelerating OpenSSH connections with ControlMaster