Last active
November 7, 2016 07:57
-
-
Save MattHodge/5d8f7966a8411b296ebdce208869a623 to your computer and use it in GitHub Desktop.
SetSSHMaxSessions.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "MaxSessions 50" | sudo tee -a /etc/ssh/sshd_config > /dev/null | |
sudo systemctl restart ssh.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment