How to make ssh work from termux on android to a sshd server (PC) ? #2667
-
|
I tried various combinations of "block connections without VPN: off" & "Do not route Private IPs = on" & ISOLATE/BYPASS/ALLOW/EXCLUDE firewall rules for termux, but nothing seems to work. Any idea? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
Anyone managed to make ssh work from phone to pc? |
Beta Was this translation helpful? Give feedback.
-
|
Don't think we've tested Rethink in any of these P2P & LAN scenarios. We've implemented Configure -> Network -> Endpoint-Independent Mapping in See also: (and many other open issues and discussions on "LocalSend" / "Termux" / "Chromecast" / "KDE Connect" etc). |
Beta Was this translation helpful? Give feedback.
-
|
can you please summarize, what i need to enable/disable to make it work ? i am really confused rn |
Beta Was this translation helpful? Give feedback.
-
|
ok i installed alfa version 10b21e7 Turned ON Configure -> Network -> Endpoint-Independent Mapping PC IP: 192.168.1.100 (/24 ; gw physical router is 192.168.1.1) from phone (termux) i tried ssh -vvv myuser@192.168.1.100, it still fails with connection reset |
Beta Was this translation helpful? Give feedback.
-
|
what else should i do? |
Beta Was this translation helpful? Give feedback.
Don't think we've tested Rethink in any of these P2P & LAN scenarios. We've implemented Configure -> Network -> Endpoint-Independent Mapping in
v055oand above as it may help P2P apps, but it doesn't look like it has. There's also Configure -> Network -> Change Interface IPs in yet-to-be-releasedv055v(may be we'll change the label to something else before release), which some claim, if set to match the underlying network's interface IPs (the underlying networks are mostly Wifi and/or Mobile on Android smartphones), makes these apps that need P2P / LAN connectivity work.See also:
(and many other open issues and discussions on "LocalSend" / "Termux" / "Chromecast" / "KDE Connect"…