summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:55:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:55:01 +0000
commit914d03758be46488705950cf6d476855a702a13e (patch)
treef403c5f012ad312edbf32d6c42d85aa65a1ddaab /ssh_config
parent2bf82763935991dd151eac3bc378eebbbaea3fdc (diff)
- stevesk@cvs.openbsd.org 2002/06/10 21:21:10
[ssh_config] update defaults for RhostsRSAAuthentication and RhostsAuthentication here too (all options commented out with default value).
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config b/ssh_config
index 2a484d90c..672462657 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ 1# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $
2 2
3# This is the ssh client system-wide configuration file. See ssh(1) 3# This is the ssh client system-wide configuration file. See ssh(1)
4# for more information. This file provides defaults for users, and 4# for more information. This file provides defaults for users, and
@@ -18,8 +18,8 @@
18# Host * 18# Host *
19# ForwardAgent no 19# ForwardAgent no
20# ForwardX11 no 20# ForwardX11 no
21# RhostsAuthentication yes 21# RhostsAuthentication no
22# RhostsRSAAuthentication yes 22# RhostsRSAAuthentication no
23# RSAAuthentication yes 23# RSAAuthentication yes
24# PasswordAuthentication yes 24# PasswordAuthentication yes
25# BatchMode no 25# BatchMode no