diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 14 |
1 files changed, 9 insertions, 5 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.391 2018/02/23 07:38:09 jmc Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.396 2018/07/19 10:28:47 dtucker Exp $ |
37 | .Dd $Mdocdate: February 23 2018 $ | 37 | .Dd $Mdocdate: July 19 2018 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -499,7 +499,6 @@ For full details of the options listed below, and their possible values, see | |||
499 | .It IdentitiesOnly | 499 | .It IdentitiesOnly |
500 | .It IdentityAgent | 500 | .It IdentityAgent |
501 | .It IdentityFile | 501 | .It IdentityFile |
502 | .It Include | ||
503 | .It IPQoS | 502 | .It IPQoS |
504 | .It KbdInteractiveAuthentication | 503 | .It KbdInteractiveAuthentication |
505 | .It KbdInteractiveDevices | 504 | .It KbdInteractiveDevices |
@@ -528,6 +527,7 @@ For full details of the options listed below, and their possible values, see | |||
528 | .It SendEnv | 527 | .It SendEnv |
529 | .It ServerAliveInterval | 528 | .It ServerAliveInterval |
530 | .It ServerAliveCountMax | 529 | .It ServerAliveCountMax |
530 | .It SetEnv | ||
531 | .It StreamLocalBindMask | 531 | .It StreamLocalBindMask |
532 | .It StreamLocalBindUnlink | 532 | .It StreamLocalBindUnlink |
533 | .It StrictHostKeyChecking | 533 | .It StrictHostKeyChecking |
@@ -535,7 +535,6 @@ For full details of the options listed below, and their possible values, see | |||
535 | .It Tunnel | 535 | .It Tunnel |
536 | .It TunnelDevice | 536 | .It TunnelDevice |
537 | .It UpdateHostKeys | 537 | .It UpdateHostKeys |
538 | .It UsePrivilegedPort | ||
539 | .It User | 538 | .It User |
540 | .It UserKnownHostsFile | 539 | .It UserKnownHostsFile |
541 | .It VerifyHostKeyDNS | 540 | .It VerifyHostKeyDNS |
@@ -742,10 +741,15 @@ and | |||
742 | .Cm TunnelDevice | 741 | .Cm TunnelDevice |
743 | directives in | 742 | directives in |
744 | .Xr ssh_config 5 . | 743 | .Xr ssh_config 5 . |
744 | .Pp | ||
745 | If the | 745 | If the |
746 | .Cm Tunnel | 746 | .Cm Tunnel |
747 | directive is unset, it is set to the default tunnel mode, which is | 747 | directive is unset, it will be set to the default tunnel mode, which is |
748 | .Dq point-to-point . | 748 | .Dq point-to-point . |
749 | If a different | ||
750 | .Cm Tunnel | ||
751 | forwarding mode it desired, then it should be specified before | ||
752 | .Fl w . | ||
749 | .Pp | 753 | .Pp |
750 | .It Fl X | 754 | .It Fl X |
751 | Enables X11 forwarding. | 755 | Enables X11 forwarding. |