sshd_config: restore Client*

I am sure I committed them already, but they have disappeared somewhere.
Maybe I accidentally overwrote them.
This commit is contained in:
Aminda Suomalainen 2015-09-01 17:36:34 +03:00
parent 888686ef48
commit c05b52354f
1 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,7 @@ HostKey /etc/ssh/ssh_host_rsa_key
# Uncomment one of the following depending on which OS
## Arch
Subsystem sftp /usr/lib/ssh/sftp-server
#Subsystem sftp /usr/lib/ssh/sftp-server
## Debian
#Subsystem sftp /usr/lib/openssh/sftp-server
@ -61,3 +61,11 @@ PrintMotd no # pam does that
UsePrivilegeSeparation sandbox # Default for new installations.
Banner /etc/issue.net
# If the client doesn't reply in "three" pings, connection is dead.
# Defaults to 3 anyway, but I add it here for clearity and
# in case it decides to change in the future.
ClientAliveCountMax 3
# "ping" the client every minute.
ClientAliveInterval 60