You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there are two ways to SSH to the private ip of an instance rather than the public ip:
Don't have a public ip
Pass in the private ip of the instance with a -t <instance-id> argument attached
It would be great if we could pass in an argument like --private to mssh that would make the resulting ssh command use the private ip without having to go fetch the private ip of the instance.