summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 11:33:04 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 11:33:04 +1100
commit322650927bec37d850a3ab72f82bda1cd49b09e4 (patch)
treecb0bd087fb2f709f4d070221479249d8102e14bf /sshd.8
parent776af5de4f7f2aa938cdd17bf85a9c891ce7dbd9 (diff)
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config] IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert - Brought default sshd_config more in line with OpenBSDs
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 20e9712a5..e9a09f439 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.6 1999/11/11 06:57:40 damien Exp $ 12.\" $Id: sshd.8,v 1.7 1999/11/12 00:33:04 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -245,6 +245,15 @@ and
245.Pa /etc/ssh/shosts.equiv 245.Pa /etc/ssh/shosts.equiv
246are still used. The default is 246are still used. The default is
247.Dq no . 247.Dq no .
248.It Cm IgnoreUserKnownHosts
249Specifies whether
250.Nm
251should ignore the user's
252.Pa $HOME/.ssh/known_hosts
253during
254.Cm RhostsRSAAuthentication .
255The default is
256.Dq no .
248.It Cm KeepAlive 257.It Cm KeepAlive
249Specifies whether the system should send keepalive messages to the 258Specifies whether the system should send keepalive messages to the
250other side. If they are sent, death of the connection or crash of one 259other side. If they are sent, death of the connection or crash of one