summaryrefslogtreecommitdiff
path: root/ssh.0
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.0')
-rw-r--r--ssh.023
1 files changed, 18 insertions, 5 deletions
diff --git a/ssh.0 b/ssh.0
index f6b642bc8..adc1ee421 100644
--- a/ssh.0
+++ b/ssh.0
@@ -5,11 +5,13 @@ NAME
5 5
6SYNOPSIS 6SYNOPSIS
7 ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] 7 ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
8 [-D [bind_address:]port] [-e escape_char] [-F configfile] [-I pkcs11] 8 [-D [bind_address:]port] [-E log_file] [-e escape_char]
9 [-i identity_file] [-L [bind_address:]port:host:hostport] 9 [-F configfile] [-I pkcs11] [-i identity_file]
10 [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] 10 [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
11 [-O ctl_cmd] [-o option] [-p port]
11 [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port] 12 [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
12 [-w local_tun[:remote_tun]] [user@]hostname [command] 13 [-w local_tun[:remote_tun]] [user@]hostname [command]
14 ssh -Q protocol_feature
13 15
14DESCRIPTION 16DESCRIPTION
15 ssh (SSH client) is a program for logging into a remote machine and for 17 ssh (SSH client) is a program for logging into a remote machine and for
@@ -102,6 +104,9 @@ DESCRIPTION
102 be bound for local use only, while an empty address or `*' 104 be bound for local use only, while an empty address or `*'
103 indicates that the port should be available from all interfaces. 105 indicates that the port should be available from all interfaces.
104 106
107 -E log_file
108 Append debug logs to log_file instead of standard error.
109
105 -e escape_char 110 -e escape_char
106 Sets the escape character for sessions with a pty (default: `~'). 111 Sets the escape character for sessions with a pty (default: `~').
107 The escape character is only recognized at the beginning of a 112 The escape character is only recognized at the beginning of a
@@ -289,6 +294,14 @@ DESCRIPTION
289 Port to connect to on the remote host. This can be specified on 294 Port to connect to on the remote host. This can be specified on
290 a per-host basis in the configuration file. 295 a per-host basis in the configuration file.
291 296
297 -Q protocol_feature
298 Queries ssh for the algorithms supported for the specified
299 version 2 protocol_feature. The queriable features are:
300 ``cipher'' (supported symmetric ciphers), ``MAC'' (supported
301 message integrity codes), ``KEX'' (key exchange algorithms),
302 ``key'' (key types). Protocol features are treated case-
303 insensitively.
304
292 -q Quiet mode. Causes most warning and diagnostic messages to be 305 -q Quiet mode. Causes most warning and diagnostic messages to be
293 suppressed. 306 suppressed.
294 307
@@ -788,7 +801,7 @@ FILES
788 This is the per-user configuration file. The file format and 801 This is the per-user configuration file. The file format and
789 configuration options are described in ssh_config(5). Because of 802 configuration options are described in ssh_config(5). Because of
790 the potential for abuse, this file must have strict permissions: 803 the potential for abuse, this file must have strict permissions:
791 read/write for the user, and not accessible by others. 804 read/write for the user, and not writable by others.
792 805
793 ~/.ssh/environment 806 ~/.ssh/environment
794 Contains additional definitions for environment variables; see 807 Contains additional definitions for environment variables; see
@@ -919,4 +932,4 @@ AUTHORS
919 created OpenSSH. Markus Friedl contributed the support for SSH protocol 932 created OpenSSH. Markus Friedl contributed the support for SSH protocol
920 versions 1.5 and 2.0. 933 versions 1.5 and 2.0.
921 934
922OpenBSD 5.3 October 4, 2012 OpenBSD 5.3 935OpenBSD 5.4 July 18, 2013 OpenBSD 5.4