Using remote shells is all time favourite but remembering those many passwords is a pain so here are the steps to login using SSH without putting a password :)
1. Create a public ssh key, if you haven’t one already. Look at ~/.ssh. If you see a file named id_dsa.pub then you obviously already have a public key. If not, simply create one.
ssh-keygen -t dsa should do the trick. Please note that there are other types of keys, e.g. RSA instead of DSA.
2. Make sure your .ssh dir is not publically writable
# chmod 700 ~/.ssh
Recent comments
8 weeks 6 days ago
14 weeks 6 days ago
15 weeks 14 hours ago
16 weeks 6 days ago
17 weeks 4 days ago
20 weeks 5 days ago
24 weeks 3 days ago
25 weeks 5 days ago
26 weeks 1 day ago
26 weeks 1 day ago