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
SYNOPSIS
ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-E log_file] [-e escape_char]
- [-F configfile] [-I pkcs11] [-i identity_file] [-L address]
- [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
- [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
- [-w local_tun[:remote_tun]] [user@]hostname [command]
+ [-F configfile] [-I pkcs11] [-i identity_file]
+ [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]
+ [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
+ [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
+ [user@]hostname [command]
DESCRIPTION
ssh (SSH client) is a program for logging into a remote machine and for
@@ -147,6 +148,13 @@ DESCRIPTION
information from the filename obtained by appending -cert.pub to
identity filenames.
+ -J [user@]host[:port]
+ Connect to the target host by first making a ssh connection to
+ the jump host and then establishing a TCP forwarding to the
+ ultimate destination from there. Multiple jump hops may be
+ specified separated by comma characters. This is a shortcut to
+ specify a ProxyJump configuration directive.
+
-K Enables GSSAPI-based authentication and forwarding (delegation)
of GSSAPI credentials to the server.
@@ -264,8 +272,10 @@ DESCRIPTION
HostKeyAlgorithms
HostKeyAlias
HostName
- IdentityFile
IdentitiesOnly
+ IdentityAgent
+ IdentityFile
+ Include
IPQoS
KbdInteractiveAuthentication
KbdInteractiveDevices
@@ -284,6 +294,7 @@ DESCRIPTION
PreferredAuthentications
Protocol
ProxyCommand
+ ProxyJump
ProxyUseFdpass
PubkeyAcceptedKeyTypes
PubkeyAuthentication
@@ -384,7 +395,9 @@ DESCRIPTION
-W host:port
Requests that standard input and output on the client be
forwarded to host on port over the secure channel. Implies -N,
- -T, ExitOnForwardFailure and ClearAllForwardings.
+ -T, ExitOnForwardFailure and ClearAllForwardings, though these
+ can be overridden in the configuration file or using -o command
+ line options.
-w local_tun[:remote_tun]
Requests tunnel device forwarding with the specified tun(4)
@@ -955,4 +968,4 @@ AUTHORS
created OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 5.9 February 17, 2016 OpenBSD 5.9
+OpenBSD 6.0 July 16, 2016 OpenBSD 6.0