summaryrefslogtreecommitdiff
path: root/ssh.0
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.0')
-rw-r--r--ssh.022
1 files changed, 14 insertions, 8 deletions
diff --git a/ssh.0 b/ssh.0
index 1c98f7780..9180bea12 100644
--- a/ssh.0
+++ b/ssh.0
@@ -202,9 +202,10 @@ DESCRIPTION
202 the -O option is specified, the ctl_cmd argument is interpreted 202 the -O option is specified, the ctl_cmd argument is interpreted
203 and passed to the master process. Valid commands are: ``check'' 203 and passed to the master process. Valid commands are: ``check''
204 (check that the master process is running), ``forward'' (request 204 (check that the master process is running), ``forward'' (request
205 forwardings without command execution), ``exit'' (request the 205 forwardings without command execution), ``cancel'' (cancel
206 master to exit), and ``stop'' (request the master to stop 206 forwardings), ``exit'' (request the master to exit), and ``stop''
207 accepting further multiplexing requests). 207 (request the master to stop accepting further multiplexing
208 requests).
208 209
209 -o option 210 -o option
210 Can be used to give options in the format used in the 211 Can be used to give options in the format used in the
@@ -227,11 +228,13 @@ DESCRIPTION
227 ConnectTimeout 228 ConnectTimeout
228 ControlMaster 229 ControlMaster
229 ControlPath 230 ControlPath
231 ControlPersist
230 DynamicForward 232 DynamicForward
231 EscapeChar 233 EscapeChar
232 ExitOnForwardFailure 234 ExitOnForwardFailure
233 ForwardAgent 235 ForwardAgent
234 ForwardX11 236 ForwardX11
237 ForwardX11Timeout
235 ForwardX11Trusted 238 ForwardX11Trusted
236 GatewayPorts 239 GatewayPorts
237 GlobalKnownHostsFile 240 GlobalKnownHostsFile
@@ -246,6 +249,7 @@ DESCRIPTION
246 IdentityFile 249 IdentityFile
247 IdentitiesOnly 250 IdentitiesOnly
248 IPQoS 251 IPQoS
252 KbdInteractiveAuthentication
249 KbdInteractiveDevices 253 KbdInteractiveDevices
250 KexAlgorithms 254 KexAlgorithms
251 LocalCommand 255 LocalCommand
@@ -523,10 +527,12 @@ ESCAPE CHARACTERS
523 527
524 ~C Open command line. Currently this allows the addition of port 528 ~C Open command line. Currently this allows the addition of port
525 forwardings using the -L, -R and -D options (see above). It also 529 forwardings using the -L, -R and -D options (see above). It also
526 allows the cancellation of existing remote port-forwardings using 530 allows the cancellation of existing port-forwardings with
527 -KR[bind_address:]port. !command allows the user to execute a 531 -KL[bind_address:]port for local, -KR[bind_address:]port for
528 local command if the PermitLocalCommand option is enabled in 532 remote and -KD[bind_address:]port for dynamic port-forwardings.
529 ssh_config(5). Basic help is available, using the -h option. 533 !command allows the user to execute a local command if the
534 PermitLocalCommand option is enabled in ssh_config(5). Basic
535 help is available, using the -h option.
530 536
531 ~R Request rekeying of the connection (only useful for SSH protocol 537 ~R Request rekeying of the connection (only useful for SSH protocol
532 version 2 and if the peer supports it). 538 version 2 and if the peer supports it).
@@ -898,4 +904,4 @@ AUTHORS
898 created OpenSSH. Markus Friedl contributed the support for SSH protocol 904 created OpenSSH. Markus Friedl contributed the support for SSH protocol
899 versions 1.5 and 2.0. 905 versions 1.5 and 2.0.
900 906
901OpenBSD 5.0 August 2, 2011 OpenBSD 5.0 907OpenBSD 5.0 September 11, 2011 OpenBSD 5.0