SLIME binds to your private loopback interface 127.0.0.1. This is done
for security reasons, you most definitely do not want just anyone
connecting to your Lisp with full access to the system. The easiest and
safest way to accomplish a remote connection to a SWANK session is to
use an SSH tunnel to the remote machine.
Лечиться так:
ssh -2 -N -f -L 4005:localhost:4005 user@host-with-swankПолный рецепт можно посмотреть тут.
Комментариев нет:
Отправить комментарий