Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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"

...