一个偶然知道可以linux服务器上安装一个软件
这样就可以直接打开浏览器来访问服务器了
非常方便
以下步骤
```
yum install shellinabox
```
然后修改配置文件
```
[root@iZbp1fna7ky0qz2jbj7gfpZ image]# cat /etc/sysconfig/shellinaboxd
# Shell in a box daemon configuration
# For details see shellinaboxd man page
# Basic options
USER=shellinabox
GROUP=shellinabox
CERTDIR=/var/lib/shellinabox
PORT=4200
OPTS="--disable-ssl-menu -s /:LOGIN"
# Additional examples with custom options:
# Fancy configuration with right-click menu choice for black-on-white:
# OPTS="--user-css Normal:+black-on-white.css,Reverse:-white-on-black.css --disable-ssl-menu -s /:LOGIN"
# Simple configuration for running it as an SSH console with SSL disabled:
# OPTS="-t -s /:SSH:host.example.com"
[root@iZbp1fna7ky0qz2jbj7gfpZ image]#
```
我们只需要将端口4200改为自己的即可
然后启动服务
```
service shellinaboxd restart
```
然后就可以通过浏览器来访问了
打开`https://ip:4200`
然后输入账号和密码即可