On Thu, Jan 29, 2004 at 11:37:26AM -0600, Brian Downing wrote:
$ ssh -L12321:localhost:12321 user@remotehost
Then start SWANK on the remote host on port 12321, and connect Slime locally to port 12321, and ssh will tunnel it for you. Plus you get an encrypted connection, and if you add -C, compression.
Sorry, I realized this was confusing. Literally type "localhost" (not the name of your local host!), but replace "user" and "remotehost" with the appropriate values for your setup.
-bcd