Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/crypto/dist/ssh Pull up revision 1.7 (requested by itoj...
details: https://anonhg.NetBSD.org/src/rev/e21952d15ac3
branches: netbsd-1-6
changeset: 528338:e21952d15ac3
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jul 03 23:01:40 2002 +0000
description:
Pull up revision 1.7 (requested by itojun in ticket #428):
make ssh-keysign read /etc/ssh/ssh_config
and exit if HostbasedAuthentication is disabled globally. based on discussions
with deraadt, itojun and sommerfeld; ok itojun@
sync w/openbsd
diffstat:
crypto/dist/ssh/ssh_config | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6aae47c9abd0 -r e21952d15ac3 crypto/dist/ssh/ssh_config
--- a/crypto/dist/ssh/ssh_config Wed Jul 03 23:01:31 2002 +0000
+++ b/crypto/dist/ssh/ssh_config Wed Jul 03 23:01:40 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ssh_config,v 1.5.2.1 2002/06/26 16:54:21 tv Exp $
+# $NetBSD: ssh_config,v 1.5.2.2 2002/07/03 23:01:40 lukem Exp $
# $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
# This is the ssh client system-wide configuration file. See
@@ -23,6 +23,7 @@
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
+# HostbasedAuthentication no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking ask
Home |
Main Index |
Thread Index |
Old Index