-
Notifications
You must be signed in to change notification settings - Fork 0
Lab9.1
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
and then I was able to ssh to jump via powershell AND Putty
ssh -i .ssh\id_rsa echadbourne-jump@10.0.17.131
In progress command (does not work)
ssh -p 22 -L 9999:172.16.200.11:3389 echadbourne-jump@10.0.17.131 -i .ssh\id_rsa
OR Putty Method
Edit /etc/ssh/sshd_config
GatewayPorts yes