Skip to content
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

Tunneling ssh? #17

Open
chrisspen opened this issue Jan 27, 2023 · 0 comments
Open

Tunneling ssh? #17

chrisspen opened this issue Jan 27, 2023 · 0 comments

Comments

@chrisspen
Copy link

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:

ssh -N -D $SOCKS_PORT -p $TERMUX_PORT $TERMUX_USER@$TERMUX_IP

what other options do I need?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant