diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-09-10 16:20:12 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-09-10 16:20:12 +0000 |
commit | 190cef3d52236565eb22e18b33e9e865ec634aa3 (patch) | |
tree | e1c537d439ea51b661a8c4bdc625eb9e1b7e9e1e /crypto/openssh/ssh.1 | |
parent | 90f900fcea568ff88026e6246f9693be3245e957 (diff) | |
parent | d46065df2d60bfbd08939733bd79b2a440d6fbc8 (diff) | |
download | src-190cef3d52236565eb22e18b33e9e865ec634aa3.tar.gz src-190cef3d52236565eb22e18b33e9e865ec634aa3.zip |
Notes
Diffstat (limited to 'crypto/openssh/ssh.1')
-rw-r--r-- | crypto/openssh/ssh.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 1ce634928b49..35cf00e20d2c 100644 --- a/crypto/openssh/ssh.1 +++ b/crypto/openssh/ssh.1 @@ -33,9 +33,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.391 2018/02/23 07:38:09 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.396 2018/07/19 10:28:47 dtucker Exp $ .\" $FreeBSD$ -.Dd $Mdocdate: February 23 2018 $ +.Dd $Mdocdate: July 19 2018 $ .Dt SSH 1 .Os .Sh NAME @@ -500,7 +500,6 @@ For full details of the options listed below, and their possible values, see .It IdentitiesOnly .It IdentityAgent .It IdentityFile -.It Include .It IPQoS .It KbdInteractiveAuthentication .It KbdInteractiveDevices @@ -529,6 +528,7 @@ For full details of the options listed below, and their possible values, see .It SendEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SetEnv .It StreamLocalBindMask .It StreamLocalBindUnlink .It StrictHostKeyChecking @@ -536,7 +536,6 @@ For full details of the options listed below, and their possible values, see .It Tunnel .It TunnelDevice .It UpdateHostKeys -.It UsePrivilegedPort .It User .It UserKnownHostsFile .It VerifyHostKeyDNS @@ -744,10 +743,15 @@ and .Cm TunnelDevice directives in .Xr ssh_config 5 . +.Pp If the .Cm Tunnel -directive is unset, it is set to the default tunnel mode, which is +directive is unset, it will be set to the default tunnel mode, which is .Dq point-to-point . +If a different +.Cm Tunnel +forwarding mode it desired, then it should be specified before +.Fl w . .Pp .It Fl X Enables X11 forwarding. |