Warning: remote port forwarding failed for listen port 52698

Viewed 68465

I'm using SSH to access my university's afs system. I like to use rmate (remote TextMate), which requires SSH tunneling, so I included this alias in my .bashrc.

alias sshr=ssh -R 52698:localhost:52698 username@corn.myschool.edu

It has always worked until now.

5 Answers

This solved my problem reported here as well. To avoid this notification "AllowTcpForwarding" should be enabled in SSH config.

Related