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
My idea is to use tmate.io for creating an SSH tunnel as described here: https://github.com/Genymobile/scrcpy/blob/master/doc/tunnels.md
Not only as a great solution for ad-hoc remote support/management without router modification or having to utilize a full blown remote Desktop session. But also because the issue I have with the latter.
My steps:
remote system
tmate session started -> provides necessary string ssh <string1>@<string2>.tmate.io
local system
normal ssh access to remote system works: ssh <string1>@<string2>.tmate.io
bind: Cannot assign requested address
Warning: remote port forwarding failed for listen port 27183
Connection to <string2>.tmate.io closed by remote host.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm not sure if my endeavor is even possible?
My idea is to use tmate.io for creating an SSH tunnel as described here:
https://github.com/Genymobile/scrcpy/blob/master/doc/tunnels.md
Not only as a great solution for ad-hoc remote support/management without router modification or having to utilize a full blown remote Desktop session. But also because the issue I have with the latter.
My steps:
remote system
ssh <string1>@<string2>.tmate.io
local system
normal ssh access to remote system works:
ssh <string1>@<string2>.tmate.io
creating a tunnel fails:
output:
for completeness, also this fails:
output:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: