Disable ssh password login and env customization (#1)

This commit is contained in:
Manfred Touron 2014-12-29 16:23:55 +01:00
parent 5c43757900
commit 13aaf46f7d
No known key found for this signature in database
GPG Key ID: 0DCB9CE0CABAE1B5
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
# Authentication:
#LoginGraceTime 2m
#PermitRootLogin yes
PermitRootLogin without-password
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
@ -108,7 +108,7 @@ PrintMotd no # pam does that
#TCPKeepAlive yes
#UseLogin no
UsePrivilegeSeparation sandbox # Default for new installations.
#PermitUserEnvironment no
PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3