Using SSH agent and setting key access limits

Sep 05, 2009 08:59


Originally published at tolaris.com. You can comment here or there.

You really shouldn’t allow SSH logins via password. This is doubly true for root. On most of my hosts we allow SSH for normal users with a password, but restrict root to SSH keys only. And we always protect against brute force attacks with fail2ban.

If you aren’t already using SSH keys and SSH agent, you should. SSH agent forwarding allows for secure sideways authentication. For example:

Read the rest of this entry »

ubuntu, ssh

Previous post Next post
Up