Ralf S. Engelschall 23 лет назад
Родитель
Сommit
3db8a28906
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 1
      openssh/openssh.spec
  2. 1 2
      openssh/sshd_config

+ 1 - 1
openssh/openssh.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20030409
+Release:      20030415
 
 #   package options
 %option       with_pam     no

+ 1 - 2
openssh/sshd_config

@@ -9,7 +9,7 @@ Subsystem                sftp @l_prefix@/libexec/openssh/sftp-server
 
 Protocol                 2,1
 HostKey                  @l_prefix@/etc/openssh/ssh_host_key
-HostDsaKey               @l_prefix@/etc/openssh/ssh_host_dsa_key
+HostKey                  @l_prefix@/etc/openssh/ssh_host_dsa_key
 ServerKeyBits            768
 KeyRegenerationInterval  3600
 
@@ -19,7 +19,6 @@ LogLevel                 INFO
 
 PubkeyAuthentication     yes
 RSAAuthentication        yes
-DSAAuthentication        yes
 PasswordAuthentication   yes
 RhostsAuthentication     no
 RhostsRSAAuthentication  no