-
-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
I have a public server, which has access to an internal IP/domain (say foo
) of a service running at port 8000. Now, I can access the internal service via my PC at port 8000 using the following SSH command- ssh <PUBLIC_SERVER_IP> -L 8000:foo:8000
. However, doing the same thing using et- et <PUBLIC_SERVER_IP> -t 8000:foo:8000
does not work. Is this feature not currently present in et, or am I missing something?
Metadata
Metadata
Assignees
Labels
No labels