Closed ylluminate closed 7 years ago
Quite old, just wanted to leave a note before closing, even though this might not be relevant anymore. This must have something to do with your ssh connection, there's not much you can do to make this issue more verbose with the rmate shell script. Maybe you could try to use strace or some equivalent on your system to look what's actually happening when writing/reading the tcp socket in the shell script, but not sure if this leads to something useful ...
I am having an odd issue wherein suddenly port forwarding stopped working in a particular scenario for me. By default I have ssh set to use the following config (my ~/.ssh/config file):
I then initiate ssh to the server (
ssh username@server.tld
) and query my local workstation to make sure that there are listeners for port 52698;sudo lsof -i -P | grep 52698
:I then likewise make sure that the port is active on the server,
lsof -P | grep 52698
:I simply get hangs or effective timeouts right now when I initiate
rmate.sh
on the server to which I'm logged into in each case. With the rb version ofrmate
I'm getting the following error which leads me to believe that something is wrong with the tunnel now:This bash version is simply giving me no output even with the verbosity flag set.
I also did set
/etc/rmate.rc
to this for good measure:Any ideas here as to what may be going on or any way to coax
rmate.sh
to offer some more insight on the connectivity issue?