-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
I tested the local port forwarding feature, but cannot get it running.
SSH Command I want to run: ssh 172.17.0.2 -l root -L 1234:localhost:80
With the dart client: dart run dartssh.dart -l root 172.17.0.2 --debug --password test --tunnel localhost:80
Is my command right at this point?
It says tunnel is up, but curl 127.0.0.1:1234
responds connection refused.
Metadata
Metadata
Assignees
Labels
No labels