“SSH key pair” can be used to ssh access. Generating such a pair is as easy as following the below instructions. One key is that you can change the default output directory/file when you’re prompted to do so in line 3.
1 | ~$ ssh-keygen -t rsa |
“SSH key pair” can be used to ssh access. Generating such a pair is as easy as following the below instructions. One key is that you can change the default output directory/file when you’re prompted to do so in line 3.
1 | ~$ ssh-keygen -t rsa |