Skip to content
Beth edited this page Apr 13, 2025 · 6 revisions

To start with I needed to do some magic with ssh to make the key work for both Putty and ssh via powershell, to do this I generated a key with ssh-keygen and added the public key to the list of keys in jump for the echadbourne-jump user. Then I needed to edit the permissions of my new key so that I was the owner and there were no other groups on it

Screenshot 2025-04-13 at 11 49 34 AM

and then I was able to ssh to jump via powershell AND Putty

  • ssh -i .ssh\id_rsa echadbourne-jump@10.0.17.131

Clone this wiki locally