summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:22:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:22:17 +0000
commitade03f6bad77faf80441396eb41134489454e1c1 (patch)
tree2d49b6124b798fba1a52482a228017fde6f7118b /sshd.8
parent9eab262f1ce2e54f7e5d2b75477a606c33e8bc0a (diff)
- markus@cvs.openbsd.org 2001/12/06 13:30:06
[servconf.c servconf.h sshd.8 sshd.c] add -o to sshd, too. ok deraadt@ - (bal) Minor white space fix up in servconf.c
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 6 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index a3826fa80..91da9adef 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.155 2001/12/01 21:41:48 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.156 2001/12/06 13:30:06 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -49,6 +49,7 @@
49.Op Fl g Ar login_grace_time 49.Op Fl g Ar login_grace_time
50.Op Fl h Ar host_key_file 50.Op Fl h Ar host_key_file
51.Op Fl k Ar key_gen_time 51.Op Fl k Ar key_gen_time
52.Op Fl o Ar option
52.Op Fl p Ar port 53.Op Fl p Ar port
53.Op Fl u Ar len 54.Op Fl u Ar len
54.Sh DESCRIPTION 55.Sh DESCRIPTION
@@ -237,6 +238,10 @@ it becomes impossible to recover the key for decrypting intercepted
237communications even if the machine is cracked into or physically 238communications even if the machine is cracked into or physically
238seized. 239seized.
239A value of zero indicates that the key will never be regenerated. 240A value of zero indicates that the key will never be regenerated.
241.It Fl o Ar option
242Can be used to give options in the format used in the configuration file.
243This is useful for specifying options for which there is no separate
244command-line flag.
240.It Fl p Ar port 245.It Fl p Ar port
241Specifies the port on which the server listens for connections 246Specifies the port on which the server listens for connections
242(default 22). 247(default 22).