Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will be prompted for a password. Once you have entered it, you can edit or create the ~/.ssh/authorized_keys file on the compute server using a text editor like vi. Make sure to create the folder .ssh first if it doesn't exist:

Code Block
languagebash
mkdir .ssh
vi ~/.ssh/authorized_keys

...