]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2001/02/04 21:26:07
authormouring <mouring>
Sat, 10 Feb 2001 23:26:35 +0000 (23:26 +0000)
committermouring <mouring>
Sat, 10 Feb 2001 23:26:35 +0000 (23:26 +0000)
     [sshd_config]
     type: ok markus@
   - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
     [sshd_config]
     enable sftp-server by default

ChangeLog
sshd_config

index a4f6987b7aa5895c4373cb1d6b5e5ea6df79303f..57475aaad1b0413c44dae2eb53ac69f45c19538f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [sshconnect.c]
      don't connect if batch_mode is true and stricthostkeychecking set to 
     'ask'
+   - djm@cvs.openbsd.org 2001/02/04 21:26:07
+     [sshd_config]
+     type: ok markus@
+   - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
+     [sshd_config]
+     enable sftp-server by default
  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'  
    (from the OpenBSD tree)
  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
index 9ba1789a45dba1a64fb6800261218a3737143b66..8d0af1060897d92b8c77937ed2f511ae44437ef1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sshd_config,v 1.30 2001/02/03 10:19:51 markus Exp $
+#      $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $
 
 # This is the sshd server system-wide configuration file.  See sshd(8)
 # for more information.
@@ -42,7 +42,7 @@ PasswordAuthentication yes
 PermitEmptyPasswords no
 
 # Uncomment to disable s/key passwords 
-#ChallengeResposeAuthentication no
+#ChallengeResponseAuthentication no
 
 # To change Kerberos options
 #KerberosAuthentication no
@@ -56,8 +56,8 @@ PermitEmptyPasswords no
 #CheckMail yes
 #UseLogin no
 
-# Uncomment if you want to enable sftp
-#Subsystem     sftp    /usr/libexec/sftp-server
 #MaxStartups 10:30:60
 #Banner /etc/issue.net
 #ReverseMappingCheck yes
+
+Subsystem      sftp    /usr/libexec/sftp-server
This page took 1.121022 seconds and 5 git commands to generate.