Post

SSH to AWS instances - use SSH tunnel 30111

SSH to AWS instances - use SSH tunnel 30111

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

1
2
3
4
5
6
ssh \
-o "IdentitiesOnly yes" \
-i  ~/.ssh/key.pem \
ec2-user@1.2.3.4 \
-L30111:127.0.0.1:30111
This post is licensed under CC BY 4.0 by the author.