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
Thanks. Fixed in master (and for next release 0.1.6).
Introduced a --through-port flag to specify a proxy port. If not specified it will be 22. We avoided the otherwise good notation me@bastion:2222 since host & instance names can contains a : char.
You can use the -h help flag i.e. awless ssh -h as I have added more example and better doc.
Hello
I'ld like to connect to my gitlab port 2222 through my bastion. The command could look like this
I tried --port, but it's connecting to bastion's port 2222 instead of gitlab's, something like
The reason behind this is, I moved gitlab server's sshd to 2222 since 22 is used by git. No the most common case, but it happens.
Thanks for the very very nice cli by the way 🥂
The text was updated successfully, but these errors were encountered: