post image January 4, 2022 | 1 min Read

SSH to AWS instances - use SSH tunnel 30111

How to ‘‘SSH’’ and open a tunnel for port 30111


ssh \
-o "IdentitiesOnly yes" \
-i  ~/.ssh/key.pem \
ec2-user@1.2.3.4 \
-L30111:127.0.0.1:30111
author image

Jan Toth

I have been in DevOps related jobs for past 6 years dealing mainly with Kubernetes in AWS and on-premise as well. I spent quite a lot …

comments powered by Disqus