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
How would you get ssh to be tunneled over the ssh tunnel?
I've gotten basic http/https working via your instructions, but I'd like to be able to do git pulls/pushes, which use ssh. However, those currently give me the error:
ssh: connect to host port 22: Network is unreachable
presumably because the tunnel isn't forwarding that port.
How would you get ssh to be tunneled over the ssh tunnel?
I've gotten basic http/https working via your instructions, but I'd like to be able to do git pulls/pushes, which use ssh. However, those currently give me the error:
ssh: connect to host port 22: Network is unreachable
presumably because the tunnel isn't forwarding that port.
In addition to running:
what other options do I need?
The text was updated successfully, but these errors were encountered: