Browse Source

cleanup server configuration

master
parent
commit
3db8a28906
  1. 2
      openssh/openssh.spec
  2. 3
      openssh/sshd_config

2
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

3
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

Loading…
Cancel
Save