Stas Boukarev stassats@gmail.com writes:
F D dubfa@hotmail.com writes:
Hello,
I would like to use slime as a debugger for an application created from lispworks. Does anyone already do that but with a password protection? To use the debugger (or any other slime), one will have to enter a password to be connected to the application. I don't want to open a port on this application without any protection.
Remote (as in through unsecure networks not under your control) communication is usually done through SSH tunnels.
And for local connection, swank listens on 127.0.0.1 by default.