Tag: SSH key
About
A randomly generated sequence of bytes, that machines use to identify eachother with over SSH. See it as a fingerprint.
With SSH you can securely login to any Linux server and execute commands
remotely. You can even use SSH to transfer and synchronize files from one
server to another. Automating these tasks can make your life easier, but
normally SSH prevents that because it requires you to login every time. Well,
not anymore, in this article I will show you how to connect to SSH without a
password.
Synchronizing files from one server to another is quite awesome. You can use it for backups, for keeping web servers in sync, and much more. It's fast and it doesn't take up as much bandwidth as normal copying would. And the best thing is, it can be done with only 1 command. Welcome to the wonderful world of rsync.
tagcloud