CentOS 7: Access remote server console with conspy


Table of Contents

1 Install conspy

Install conspy in remote server.

$ sudo yum install -y epel-release$ sudo yum install -y conspy

1.1 Build and install conspy

If monitor resolution is large, the following error is occured.

conspy: screen too large. I only handle up to 200×80.

The conspy 1.14 will resolve this issue. Download conspy 1.14 src.rpm from conspy site, build and install conspy 1.14.

$ sudo yum install -y rpmdevtools$ C=https://sourceforge.net/projects/conspy/files/conspy-1.14-1$ wget ${C}/conspy-1.14-1ras.src.rpm$ sudo yum-builddep -y conspy-1.14-1ras.src.rpm$ rpmbuild –rebuild conspy-1.14-1ras.src.rpm$ sudo yum localinstall -y rpmbuild/RPMS/x86_64/conspy-1.14-1ras.x86_64.rpm

2 Usage of conspy

Run “sudo conspy”.

$ sudo conspy

Yellow is a terminal which runs “sudo conspy” via SSH. White is a virt-viewer which displays tty1.

0001_conspy.png

Press Esc 3 times for escaping conspy.

Android | Linux | SDL - Narrow Escape