summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
commitec960f2c933aa55ca5dc319cff55cecce34f1f4b (patch)
tree9b684c910ef3e2fc2253003c6353334969405871 /sshd_config.5
parent3bdbd848ea86c27a65ee766fd2c9d9158dadb381 (diff)
- markus@cvs.openbsd.org 2003/08/13 08:46:31
[auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5] remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, fgsch@, miod@, henning@, jakob@ and others
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 1 insertions, 6 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 223ff8aae..3d920cc80 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.21 2003/07/22 13:35:22 markus Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.22 2003/08/13 08:46:31 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -260,7 +260,6 @@ Specifies that
260and 260and
261.Pa .shosts 261.Pa .shosts
262files will not be used in 262files will not be used in
263.Cm RhostsAuthentication ,
264.Cm RhostsRSAAuthentication 263.Cm RhostsRSAAuthentication
265or 264or
266.Cm HostbasedAuthentication . 265.Cm HostbasedAuthentication .
@@ -529,10 +528,6 @@ Specifies whether public key authentication is allowed.
529The default is 528The default is
530.Dq yes . 529.Dq yes .
531Note that this option applies to protocol version 2 only. 530Note that this option applies to protocol version 2 only.
532.It Cm RhostsAuthentication
533Specifies whether authentication using rhosts or /etc/hosts.equiv
534files is sufficient.
535Normally, this method should not be permitted because it is insecure.
536.Cm RhostsRSAAuthentication 531.Cm RhostsRSAAuthentication
537should be used 532should be used
538instead, because it performs RSA-based host authentication in addition 533instead, because it performs RSA-based host authentication in addition