summaryrefslogtreecommitdiff
path: root/ssh_config
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 /ssh_config
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 'ssh_config')
-rw-r--r--ssh_config3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh_config b/ssh_config
index 721e374e0..2692e8913 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.18 2003/05/16 03:27:12 djm Exp $ 1# $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
2 2
3# This is the ssh client system-wide configuration file. See 3# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for 4# ssh_config(5) for more information. This file provides defaults for
@@ -18,7 +18,6 @@
18# Host * 18# Host *
19# ForwardAgent no 19# ForwardAgent no
20# ForwardX11 no 20# ForwardX11 no
21# RhostsAuthentication no
22# RhostsRSAAuthentication no 21# RhostsRSAAuthentication no
23# RSAAuthentication yes 22# RSAAuthentication yes
24# PasswordAuthentication yes 23# PasswordAuthentication yes