Site Tools


marc:linux:sshd_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
marc:linux:sshd_config [2021/11/20 18:15] – created marcvmarc:linux:sshd_config [2021/11/21 10:10] (current) marcv
Line 1: Line 1:
 Some nice sshd settings: Some nice sshd settings:
  
 +<code>
 +ClientAliveInterval 600 #automatic logged out after 10 minutes
 +ClientAliveCountMax 0 #check
 +
 +PermitRootLogin no
 +PermitEmptyPasswords no
 +
 +AllowUsers marcv user2
 +
 +</code>
 +
 +Underneath existing sshd_config:
 +<code>
 Include /etc/ssh/sshd_config.d/*.conf Include /etc/ssh/sshd_config.d/*.conf
  
Line 114: Line 127:
  
  
 +</code>
marc/linux/sshd_config.1637428507.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki