diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-01-04 16:57:17 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-01-04 16:57:17 +0000 |
commit | f3ba3221422360487310ab6ee90d37cbca7cf6a8 (patch) | |
tree | bd37c75b212913f80928a34a8287d716d7c14589 /usr.bin/ssh/sshd.8 | |
parent | 0c5c163fb16aa031858217f2bfd721cfb9b8fbaa (diff) |
document -4, -6, and 'ssh -L 2022/::1/22'
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index a64d5d06a77..2942d4ef4b2 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.28 2000/01/04 00:08:00 markus Exp $ +.\" $Id: sshd.8,v 1.29 2000/01/04 16:57:16 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -19,7 +19,7 @@ .Nd secure shell daemon .Sh SYNOPSIS .Nm sshd -.Op Fl diqQ +.Op Fl diqQ46 .Op Fl b Ar bits .Op Fl f Ar config_file .Op Fl g Ar login_grace_time @@ -173,6 +173,14 @@ When this options is specified assumes the client has sent the given version string and skips the Protocol Version Identification Exchange. +.It Fl 4 +Forces +.Nm +to use IPv4 addresses only. +.It Fl 6 +Forces +.Nm +to use IPv6 addresses only. .El .Sh CONFIGURATION FILE .Nm |