summaryrefslogtreecommitdiff
path: root/ssh.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
committerColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
commita8ed8d256b2e2c05b0c15565a7938028c5192277 (patch)
tree87abbdc914a38b43e4e5bb9581ad1f46eabbf88e /ssh.0
parentf0329aac23c61e1a5197d6d57349a63f459bccb0 (diff)
parent99522ba7ec6963a05c04a156bf20e3ba3605987c (diff)
Import openssh_7.3p1.orig.tar.gz
Diffstat (limited to 'ssh.0')
-rw-r--r--ssh.027
1 files changed, 20 insertions, 7 deletions
diff --git a/ssh.0 b/ssh.0
index 9aaf4367d..67ce809bb 100644
--- a/ssh.0
+++ b/ssh.0
@@ -6,10 +6,11 @@ NAME
6SYNOPSIS 6SYNOPSIS
7 ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] 7 ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
8 [-D [bind_address:]port] [-E log_file] [-e escape_char] 8 [-D [bind_address:]port] [-E log_file] [-e escape_char]
9 [-F configfile] [-I pkcs11] [-i identity_file] [-L address] 9 [-F configfile] [-I pkcs11] [-i identity_file]
10 [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] 10 [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]
11 [-Q query_option] [-R address] [-S ctl_path] [-W host:port] 11 [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
12 [-w local_tun[:remote_tun]] [user@]hostname [command] 12 [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
13 [user@]hostname [command]
13 14
14DESCRIPTION 15DESCRIPTION
15 ssh (SSH client) is a program for logging into a remote machine and for 16 ssh (SSH client) is a program for logging into a remote machine and for
@@ -147,6 +148,13 @@ DESCRIPTION
147 information from the filename obtained by appending -cert.pub to 148 information from the filename obtained by appending -cert.pub to
148 identity filenames. 149 identity filenames.
149 150
151 -J [user@]host[:port]
152 Connect to the target host by first making a ssh connection to
153 the jump host and then establishing a TCP forwarding to the
154 ultimate destination from there. Multiple jump hops may be
155 specified separated by comma characters. This is a shortcut to
156 specify a ProxyJump configuration directive.
157
150 -K Enables GSSAPI-based authentication and forwarding (delegation) 158 -K Enables GSSAPI-based authentication and forwarding (delegation)
151 of GSSAPI credentials to the server. 159 of GSSAPI credentials to the server.
152 160
@@ -264,8 +272,10 @@ DESCRIPTION
264 HostKeyAlgorithms 272 HostKeyAlgorithms
265 HostKeyAlias 273 HostKeyAlias
266 HostName 274 HostName
267 IdentityFile
268 IdentitiesOnly 275 IdentitiesOnly
276 IdentityAgent
277 IdentityFile
278 Include
269 IPQoS 279 IPQoS
270 KbdInteractiveAuthentication 280 KbdInteractiveAuthentication
271 KbdInteractiveDevices 281 KbdInteractiveDevices
@@ -284,6 +294,7 @@ DESCRIPTION
284 PreferredAuthentications 294 PreferredAuthentications
285 Protocol 295 Protocol
286 ProxyCommand 296 ProxyCommand
297 ProxyJump
287 ProxyUseFdpass 298 ProxyUseFdpass
288 PubkeyAcceptedKeyTypes 299 PubkeyAcceptedKeyTypes
289 PubkeyAuthentication 300 PubkeyAuthentication
@@ -384,7 +395,9 @@ DESCRIPTION
384 -W host:port 395 -W host:port
385 Requests that standard input and output on the client be 396 Requests that standard input and output on the client be
386 forwarded to host on port over the secure channel. Implies -N, 397 forwarded to host on port over the secure channel. Implies -N,
387 -T, ExitOnForwardFailure and ClearAllForwardings. 398 -T, ExitOnForwardFailure and ClearAllForwardings, though these
399 can be overridden in the configuration file or using -o command
400 line options.
388 401
389 -w local_tun[:remote_tun] 402 -w local_tun[:remote_tun]
390 Requests tunnel device forwarding with the specified tun(4) 403 Requests tunnel device forwarding with the specified tun(4)
@@ -955,4 +968,4 @@ AUTHORS
955 created OpenSSH. Markus Friedl contributed the support for SSH protocol 968 created OpenSSH. Markus Friedl contributed the support for SSH protocol
956 versions 1.5 and 2.0. 969 versions 1.5 and 2.0.
957 970
958OpenBSD 5.9 February 17, 2016 OpenBSD 5.9 971OpenBSD 6.0 July 16, 2016 OpenBSD 6.0