Tweaking ssh
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Just some notes:

If required, in /etc/ssh/sshd_config:

Port <desired port>
ListenAddress <ip of machine or network interface>
Protocol 2
LoginGraceTime <seconds to allow for login>
PermitRootLogin no
StrictModes yes
MaxAuthTries 2

AllowUsers <user names with spaces allowed to access via ssh>
PermitEmptyPasswords no
PasswordAuthentication yes [unless using keys]
Back to top
Display posts from previous:   

All times are GMT - 8 Hours