Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/

ChaosVPN:Tims random router configs

From CCCHHWiki
Revision as of 08:36, 8 December 2013 by Othtim (talk | contribs) (Created page with " <nowiki> ## misc nice things # stop sshd timeouts cp /etc/ssh/sshd_config /etc/ssh/sshd_config.old sed 's/#*ClientAliveIntervalspace:[0-9]*/ClientAliveInterval 30/g' -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
## misc nice things

# stop sshd timeouts
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.old
sed 's/#*ClientAliveInterval[[:space:]][0-9]*/ClientAliveInterval 30/g' -e 's/#*ClientAliveCountMax[[:space:]][0-9]*/ClientAliveCountMax 4/g' /etc/ssh/sshd_config > /etc/ssh/tmp
mv /etc/ssh/tmp /etc/ssh/sshd_config