SecureCRT can be downloaded here: SecureCRT
Create a new file ~/.ssh/id_aws_student and paste the provided private key.
Change the permissions of the file to 600:
chmod 600 ~/.ssh/id_aws_student
Edit your local ssh config file ~/.ssh/config and add the following entries:
Host bastion.aws.ntslab.eu
User student
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_aws_student
Host 10.42.22.*
User student
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_aws_student
ProxyJump bastion.aws.ntslab.eu
Now you can connect to the lab machine. The login is done with the private key, no password is needed.
ssh 10.42.22.XX
Open your favourite browser and navigate to the guacamole URL. After logging in, you will directly be connected to you lab machine.









