May 14, 2008, 9:47 am

SSH is one of the most secure communication methods we have. It’s encrypted, and even the passwords can’t be sniffed. But it’s not invincible. Weak passwords can be brute forced and open ports invite automated bots looking for that open port 22. But there’s a number of ways we can harden our ssh server.
Note: Ubuntu, Mint, Linspire, and Debian Readers, please read this regarding an OpenSSL Vulnerability:
Continue reading ‘The Ultimate SSH Security Tutorial’ »
March 5, 2008, 8:27 pm

Related Reading:
- Linux to Linux Key Based SSH
- Preventing Brute Force Attacks With Fail2ban
To cover a few more loose ends on the access to the ssh service running on your machine I would suggest editing your host files to properly reject connections. In this following tutorial we’re going to cover locking down ssh without installing any extra applications.
Continue reading ‘Protect SSH Access With hosts files and a proper sshd_config’ »