Installing OneGate
The LFCE certification is providing the SSH console using OneGate application. To get used to the interface I decided to install this app on my lab
- Download from [https://github.com/liftoff/GateOne/downloads]
- Install prerequisites:
yum install -y perl
yum install -y python
yum install -y git gcc python3 python3-devel
pip3 install --upgrade pip setuptools
git clone https://github.com/liftoff/GateOne.git
python3 ./GateOne/setup.py install
pip uninstall tornado
pip install tornado==4.2