Closed ylluminate closed 10 years ago
On your remote host you can run:
telnet 127.0.0.1 52698
This should connect to TextMate (on your Mac, via the tunnel). If that fails, the tunnel is not working.
Noob tip that I found useful: Remember to have Textmate running on your local machine.
@redbar0n Yes! I forgot to open Textmate! Thank you!
@sorawee I'm glad it helped someone other than me as well. :-)
Google brought me here too. Doh!
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: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.rb
to offer some more insight on the connectivity issue?