mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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:
parent
888686ef48
commit
c05b52354f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user