diff --git a/src/tutorials/skynet/create_ssh.md b/src/tutorials/skynet/create_ssh.md index 4c144d9..3b1063b 100644 --- a/src/tutorials/skynet/create_ssh.md +++ b/src/tutorials/skynet/create_ssh.md @@ -4,7 +4,7 @@ To be able to gain remote access to the Skynet. ``$USERNAME`` Refers to your Skynet username, for example I would replace ``$USERNAME`` with ``silver`` -## Create Key +## Prep First we set up the ssh folder and create a skynet folder within it for neatness ```bash @@ -12,9 +12,12 @@ mkdir -f -p ~/.ssh/skynet cd ~/.ssh/skynet ``` +## Create Key Now we will create the ssh key itself. Location: ``$USERNAME``, your skynet username. -Password: Press Enter twice for no password on the key. +**Password: Press Enter twice for no password on the key.** + +If you are creating this key for a CI/CD pipeline (``user_deploy*``) then adding a password will cause it to fail. ```bash ssh-keygen -t ed25519 -C ""