Hello people. I was trying to use the slime-connect function to get access to a remote server with sbcl. I followed all the steps from the slime.mov movie from Marco Baringer, but I got stuck when creating the ssh connection for slime. This is after already starting the swank server on the remote machine. I did it like this:
ssh -L 4005:127.0.0.1:4005 [email protected]
And I got this errors, on local SLIME:
Lisp connection closed unexpectedly: connection broken by remote peer
...and on the remote server:
channel 3: open failed: connect failed: Connection refused
What could possibly be wrong?