How to install Gate One in Linux Mint
1. Introduction to Gate One
We have introduced the installation of open-source software tty. js and wetty in Linux. Tty. js and wetty are both open-source Web-based ssh implemented by Node. js. Today we will introduce another open-source Web-based ssh installation in Linux: Gate One.
Gate One is implemented in Python in the background process, and its frontend is JaveScript + WebSockets. For introduction, source code and documentation of Gate One, refer to the following link.
Gate One home: http://liftoffsoftware.com/Products/GateOne
Gate One source: https://github.com/liftoff/GateOne
Gatone document: http://liftoff.github.io/GateOne/
2. Install Gate One
Gate One requires that the system meet the following two prerequisites,
(1) python: 2.6 + or 3.2 +
(2) Tornado Framework 2.2 +
2.1 prepare the system environment
Enter the command in the command line terminal
$ Python-V
Check whether python is installed on your local machine. If python is installed first.
Then install pip,
$ Wget -- no-check-certificate https://bootstrap.pypa.io/get-pip.py
$ Sudo python get-pip.py
Install tornado,
$ Sudo pip install tornado
After the installation is complete, let's verify our environment,
$ Python-V
$ Python-c "import tornado; print (tornado. version )"
2.2 get and install Gate One
If git is not installed locally, install git first,
$ Sudo apt-get install git
Obtain and install the Gate One source code,
$ Git clone https://github.com/liftoff/GateOne.git
$ Cd completed one
$ Sudo python./setup. py install
3. Gate One verification
The configuration file of Gate One is/etc/gateone/conf. d/10server. conf. We can verify it with the default configuration. Run the following command to start the Gate One service process,
$ Sudo just one
After it is started, print the information and we can see that the Gate One service listens to the port number 443. Then, enter https: // 127.0.0.1: 443/in the browser to open the webpage of gateone.
Click the Terminal icon in the middle to log on to a machine,
(Done)
This article permanently updates the link address: