mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-29 10:57:33 +02: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
|
# Uncomment one of the following depending on which OS
|
||||||
## Arch
|
## Arch
|
||||||
Subsystem sftp /usr/lib/ssh/sftp-server
|
#Subsystem sftp /usr/lib/ssh/sftp-server
|
||||||
## Debian
|
## Debian
|
||||||
#Subsystem sftp /usr/lib/openssh/sftp-server
|
#Subsystem sftp /usr/lib/openssh/sftp-server
|
||||||
|
|
||||||
@ -61,3 +61,11 @@ PrintMotd no # pam does that
|
|||||||
UsePrivilegeSeparation sandbox # Default for new installations.
|
UsePrivilegeSeparation sandbox # Default for new installations.
|
||||||
|
|
||||||
Banner /etc/issue.net
|
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…
x
Reference in New Issue
Block a user