-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple SSH forwards don't work when specified with -L #185
Labels
Comments
Hi @moul – appreciate the quick turnaround! It looks like #186 fixes this; when I run the original command now:
...I get both ports forwarded:
Thanks so much! |
Perfect :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following entry in my generated SSH config:
When I run this command (to forward multiple ports):
ssh -L 9998:localhost:22 -L 9999:localhost:22 home -N -v -v
(where
ssh
is aliased toassh wrapper ssh
)...I only see the last
-L
option specified in the output:I can confirm that when I use the system
/usr/bin/ssh
, both forwards are activated correctly.This may be related to #119 – not sure.
The text was updated successfully, but these errors were encountered: