]> andersk Git - gssapi-openssh.git/commitdiff
o Merge in new copies of the configuration files from 3.5p1.
authorcphillip <cphillip>
Mon, 21 Oct 2002 15:42:47 +0000 (15:42 +0000)
committercphillip <cphillip>
Mon, 21 Oct 2002 15:42:47 +0000 (15:42 +0000)
setup/ssh_config
setup/ssh_prng_cmds.in
setup/sshd_config.in

index ef31d4336bfc9697ffdd0d1bc96c497b25302229..94cffbf395aa64ba8820e53cf415aadbc341d1d7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
+#      $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
@@ -22,6 +22,7 @@
 #   RhostsRSAAuthentication no
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
+#   HostbasedAuthentication no
 #   BatchMode no
 #   CheckHostIP yes
 #   StrictHostKeyChecking ask
index 2473a0b1b9f6bab3673ef491b3c95a8d6d3b447e..37069a9a084896f717b59107a8232cca783c7af3 100644 (file)
@@ -37,7 +37,7 @@
 "netstat -s"                           @PROG_NETSTAT@  0.02
 "netstat -is"                          @PROG_NETSTAT@  0.07
 
-"arp -a -n"                            @PROG_ARP@      0.02
+"arp -n -a"                            @PROG_ARP@      0.02
 
 "ifconfig -a"                          @PROG_IFCONFIG@ 0.02
 
index 770be5e9e3aeb9521a3416dbaaf52a79b22f4f1b..95e6a5de4d58090d8d9d1dcfd5c5b09b3861e81d 100644 (file)
@@ -1,4 +1,4 @@
-#       $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $
+#     $OpenBSD: sshd_config,v 1.59 2002/09/25 11:17:16 markus Exp $
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
@@ -32,7 +32,7 @@
 
 # Authentication:
 
-#LoginGraceTime 600
+#LoginGraceTime 120
 #PermitRootLogin yes
 #StrictModes yes
 
@@ -71,7 +71,7 @@
 
 # Set this to 'yes' to enable PAM keyboard-interactive authentication 
 # Warning: enabling this may bypass the setting of 'PasswordAuthentication'
-#PAMAuthenticationViaKbdInt yes
+#PAMAuthenticationViaKbdInt no
 
 #X11Forwarding no
 #X11DisplayOffset 10
@@ -81,6 +81,7 @@
 #KeepAlive yes
 #UseLogin no
 #UsePrivilegeSeparation yes
+#PermitUserEnvironment no
 #Compression yes
 
 #MaxStartups 10
This page took 0.315682 seconds and 5 git commands to generate.