Sfoglia il codice sorgente

disable root access by default for more default security

Ralf S. Engelschall 23 anni fa
parent
commit
a4746d7825
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      openssh/openssh.spec
  2. 1 1
      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:      20030115
+Release:      20030128
 
 #   package options
 %option       with_pam     no

+ 1 - 1
openssh/sshd_config

@@ -34,7 +34,7 @@ Compression              yes
 UsePrivilegeSeparation   no
 LoginGraceTime           600
 MaxStartups              10:30:60
-PermitRootLogin          yes
+PermitRootLogin          no
 PermitEmptyPasswords     no
 UseLogin                 no
 PrintMotd                yes