You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Gateway, the standard behavior is to create a netcat connection on the gateway, by switching to this option we will avoid the creation of new processes on the gateway hosts
-O ctl_cmd
Control an active connection multiplexing master process. When the -O option is specified, the ctl_cmd argument is interpreted and passed to the master process. Valid commands are: check (check that the master process is running), forward (request forwardings without command execution), cancel (cancel forwardings), exit (request the master to exit), and stop (request the master to stop accepting further multiplexing requests).
The text was updated successfully, but these errors were encountered:
When using a Gateway, the standard behavior is to create a
netcat
connection on the gateway, by switching to this option we will avoid the creation of new processes on the gateway hostsfrom http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh.1?query=ssh:
The text was updated successfully, but these errors were encountered: