diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
commit | c6a2c0334e45419875687d250aed9bea78480f2e (patch) | |
tree | d8f01bef9f3921fa1ca7592a19474be9c8349f76 /ssh.1 | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) | |
parent | 8b13b5bdc4f19bd52ee673104d66b71c21153b96 (diff) |
merge 6.1p1
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.326 2012/06/18 12:17:18 dtucker Exp $ |
37 | .Dd $Mdocdate: September 11 2011 $ | 37 | .Dd $Mdocdate: June 18 2012 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -506,7 +506,7 @@ from the local machine. | |||
506 | Port forwardings can also be specified in the configuration file. | 506 | Port forwardings can also be specified in the configuration file. |
507 | Privileged ports can be forwarded only when | 507 | Privileged ports can be forwarded only when |
508 | logging in as root on the remote machine. | 508 | logging in as root on the remote machine. |
509 | IPv6 addresses can be specified by enclosing the address in square braces. | 509 | IPv6 addresses can be specified by enclosing the address in square brackets. |
510 | .Pp | 510 | .Pp |
511 | By default, the listening socket on the server will be bound to the loopback | 511 | By default, the listening socket on the server will be bound to the loopback |
512 | interface only. | 512 | interface only. |
@@ -587,8 +587,8 @@ Implies | |||
587 | .Fl T , | 587 | .Fl T , |
588 | .Cm ExitOnForwardFailure | 588 | .Cm ExitOnForwardFailure |
589 | and | 589 | and |
590 | .Cm ClearAllForwardings | 590 | .Cm ClearAllForwardings . |
591 | and works with Protocol version 2 only. | 591 | Works with Protocol version 2 only. |
592 | .It Fl w Xo | 592 | .It Fl w Xo |
593 | .Ar local_tun Ns Op : Ns Ar remote_tun | 593 | .Ar local_tun Ns Op : Ns Ar remote_tun |
594 | .Xc | 594 | .Xc |
@@ -1375,7 +1375,7 @@ The file format and configuration options are described in | |||
1375 | .It Pa /etc/ssh/ssh_host_dsa_key | 1375 | .It Pa /etc/ssh/ssh_host_dsa_key |
1376 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 1376 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
1377 | .It Pa /etc/ssh/ssh_host_rsa_key | 1377 | .It Pa /etc/ssh/ssh_host_rsa_key |
1378 | These three files contain the private parts of the host keys | 1378 | These files contain the private parts of the host keys |
1379 | and are used for host-based authentication. | 1379 | and are used for host-based authentication. |
1380 | If protocol version 1 is used, | 1380 | If protocol version 1 is used, |
1381 | .Nm | 1381 | .Nm |