Support Forums
[Linux] Staying connected to IRC through SSH (No BNC Needed) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+---- Thread: [Linux] Staying connected to IRC through SSH (No BNC Needed) (/showthread.php?tid=7506)



[Linux] Staying connected to IRC through SSH (No BNC Needed) - Natha - 05-31-2010

I DID NOT WRITE THIS

Tested On uBuntu and CentOS
Programs Downloaded/Used Irssi, Screen, SSH Client

Note: Most shells already have Irssi, Screen

Step 1, Sign into your SSH.

[Image: step1p.png]

Step 2,
ubuntu:
Code:
apt-get install irssi
CentOS:
Code:
yum install irssi
Example:
[Image: 88548036.png]

Step 3.
ubuntu:
Code:
apt-get install screen
CentOS:
Code:
yum install screen
Example:
[Image: 82790418.png]

After both those packages are installed type the following:

Code:
screen

followed by:

Code:
irssi

[Image: 81025746.png]

and it will connect, if you want to keep it on while the SSH is closed, use control + A and then type d, it will detatch, if you get back on the shell and want to reopen it, type screen -r "r" for resume.

~ Natha


RE: [Linux] Staying connected to IRC through SSH (No BNC Needed) - MarkW7 - 06-14-2010

I don't really understand this, are you just tunneling IRC traffic over SSH?