Add LocalForward to
~/.ssh/config
on your local machine, something like this:Host myhost.com LocalForward 8001 127.0.0.1:8001
Install
gipxy-broker.pl
Irssi plugin. Copy it to~/.irssi/scripts
.In Irssi run
/run gipxy-broker.pl
to load the script.In Irssi use
/set
command to configure gipxy. Settings start withgipxy_
.Install
growlnotify
application on your local machine. You can find it in Extras folder on the DMG with Growl.Create a virtualenv and install Twisted in it.
Copy
gipxy.conf.sample
to~/.config/gipxy.conf
and edit it.Run:
./run-gipxy-listener
and enjoy. Listener will automatically daemonize. By default logs and pid is stored in/tmp/gipxy.{pid,log}
.