Site Tools


marc:linux:sshd_config

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
marc:linux:sshd_config [2021/11/20 18:15] 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> <code>
 Include /etc/ssh/sshd_config.d/*.conf Include /etc/ssh/sshd_config.d/*.conf
marc/linux/sshd_config.1637428540.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki