1、安装shellinabox
yum install -y shellinabox
2、启动shellinabox
shellinaboxd -u root -b
2.1、查看shellinabox启用的端口
netstat -ntpl |grep shell
2.1、关闭
shellinabox
killall shellinaboxd
3、创建登陆用户,shellinaboxd 不允许root登陆
useradd public
passwd public
(可以考虑将public用户加上sudo权限)