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.
Step 2,
ubuntu:
CentOS:
Example:
Step 3.
ubuntu:
CentOS:
Example:
After both those packages are installed type the following:
followed by:
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
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.
Step 2,
ubuntu:
Code:
apt-get install irssi
Code:
yum install irssi
Step 3.
ubuntu:
Code:
apt-get install screen
Code:
yum install screen
After both those packages are installed type the following:
Code:
screen
followed by:
Code:
irssi
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