From 96822e7b2fd693bb45bae11a1763ba52f7d3af82 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 9 Feb 2025 21:21:32 +0000 Subject: [PATCH] fix: make sure folks know that adding a password to a ssh key will cause CI/CD to fail --- src/tutorials/skynet/create_ssh.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ""