When you ssh into a remote server, the safest way is to use an ssh key. This video shows you how to create the key, explains the files created by the ssh-keygen command, and shows you how to copy your public key to the remote server.
Please subscribe if you liked this video - we're trying to...
Connecting to a Linux server using ssh is a very common thing to do. It's also very secure. By using ssh keys, however, you can further secure your Linux server from things like brute force attacks at your ssh port. Once you have ssh keys set up from any/all workstations that you're going to...