Best
Basically, I've the next line of code :
ssh -i AWS-EC2.pem -o ProxyCommand='ssh -i Server-Key abc@52.00.00.00 nc %h %p' AWS-User@99.00.00.00
But, what I would like to have, (And not able to do (yet)) is, to create a connection from my windows 10 pc with the AWS-EC2 server via PuTTY.
In general, we have 1 server which you can only access with a key "Server-Key", and via this connection, we should be able to connect with the AWS-EC2-server via AWS-EC2.pem
Thus:
my_pc --- Server-key ---> Server --- AWS-EC2.pem ---> AWS-EC2-server
- I already made 2 ppk files frome the Server-key & AWS-EC2.pem
kind regards