...
You can generate an SSH key pair using the following command on a Linux/Unix system:
Code Block |
---|
$ ssh-keygen --t rsa --C "email@your_school.edu" |
...
...
You can generate an SSH key pair using the following command on a Linux/Unix system:
Code Block |
---|
$ ssh-keygen --t rsa --C "email@your_school.edu" |
...