SSH and Me
Thursday, May 1st, 2008Now that I quit playing WoW, I was finally able to finish my promised SSH notes… In my backup article, I mentioned two things in regards to ssh:
- If you expose your computers ssh port to the wild west of the Internet, you should harden (i.e. protect) it from attack
- if you wanted to use rsync in an automated backup script between machines, you would need to setup public / private key authentication instead of pure password authentication
These two things are actually somewhat related, so I’ll tackle them both in one place. This article definitely requires some command-line fu (In other words, Dad, you don’t have to click the Continue Reading link if you don’t feel like it… no offense intended, really…)