SSH
From Blackcannon wiki
Main_Page --- MYSQL --- SSH --- Laptop --- mail_server --- backup policy --- mincom --- samba --- itc280
how to do your certs
1. ssh-keygen -t rsa
2. hit enter three times
3. cp id_rsa.pub to file called authorized_keys
4. chmod 700 ~/.ssh
5. chmod -R 600 ~/.ssh/*
drop authorized_keys file into .ssh directory of remote machine for autologin.

