伟德体育注册 2015-06-03

企业内,远程登陆主机,对管理员来说,是很常用也很繁琐的事情。考虑到登陆安全、审计,有的用保垒机。


可以用到的:

  1. 通过SSH client工具登陆,比如Xshell、SecureCRT

  2. 通过浏览器插件登陆

  3. 直接通过浏览器登陆 ,比如要说的Gate one




Gate One 的原理:

在一台机器上搭建Gate One Server,然后可以通过Web链接,连到上面,再在Web页面上实现ssh client 的功能


搭建过程(Ubuntu):

apt-get purge python-tornado
apt-get install python-pip dtach
pip install tornado pyopenssl

 wget https://github.com/liftoff/GateOne/archive/master.zip
 unzip master.zip
 cd GateOne-master
 python setup.py install 
 ./run_gateone.py


然后在浏览器上打开:

https://localhost:10443/


参考:

http://www.tuicool.com/articles/uEjuaq