diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-08-29 15:55:54 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-08-29 15:55:54 +0000 |
| commit | 925f1fb7e466dbf645650dc4ea9d2a34e728ef9c (patch) | |
| tree | 0fb8acbff73fddb3a95e864c5ddd6370367153a9 /ssh.0 | |
| parent | 2e97a36905ba9936cb9972e37c5e56deb288e442 (diff) | |
Notes
Diffstat (limited to 'ssh.0')
| -rw-r--r-- | ssh.0 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -303,7 +303,7 @@ DESCRIPTION Port forwardings can also be specified in the configuration file. Privileged ports can be forwarded only when logging in as root on the remote machine. IPv6 addresses can be specified by enclosing - the address in square braces. + the address in square brackets. By default, the listening socket on the server will be bound to the loopback interface only. This may be overridden by @@ -347,7 +347,7 @@ 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 and works with + -T, ExitOnForwardFailure and ClearAllForwardings. Works with Protocol version 2 only. -w local_tun[:remote_tun] @@ -835,8 +835,8 @@ FILES /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_rsa_key - These three files contain the private parts of the host keys and - are used for host-based authentication. If protocol version 1 is + These files contain the private parts of the host keys and are + used for host-based authentication. If protocol version 1 is used, ssh must be setuid root, since the host key is readable only by root. For protocol version 2, ssh uses ssh-keysign(8) to access the host keys, eliminating the requirement that ssh be @@ -904,4 +904,4 @@ AUTHORS created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. -OpenBSD 5.0 September 11, 2011 OpenBSD 5.0 +OpenBSD 5.2 June 18, 2012 OpenBSD 5.2 |
