SSH keys provide a secure and convenient way to authenticate remote servers. In this step-by-step tutorial, Jack Wallen explains how to easily create and copy SSH keys.
If you frequently access remote servers with the help of Secure Shell, I highly recommend you use SSH key authentication for heightened security. For those who’ve never used SSH keys before, I’m here to show you just how easy it is.
And if your admins have set up the servers you need to access for SSH key authentication, you’ll want to take care of this right away. After all, they could configure those servers to no longer accept password authentication, which means you could find yourself without access. So, how do you create the required SSH keys and copy them to the server? It’s actually very simple. Here’s how.
ssh-keygen
ssh-copy-id 192.168.1.62
Congratulations! You just set up SSH key authentication so you can more securely connect to your remote servers.
Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen.