toryzen / coco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jumpserver terminal

Jumpserver terminal is a sub app of Jumpserver.

It's implement a ssh server and a web terminal server,

User can connect them except jumpserver openssh server and connect.py pre version.

Install

$ git clone https://github.com/jumpserver/coco.git

Setting

You need update config.py settings as you need, Be aware of:

YOU MUST SET SOME CONFIG THAT CONFIG POINT

They are:

NAME:
JUMPSERVER_URL:
SECRET_KEY:

Also some config you need kown: SSH_HOST: SSH_PORT:

Start

# python run_server.py

When your start ssh server, It will register with jumpserver api,

Then you need login jumpserver with admin user, active it in

If all done, your can use your ssh tools connect it.

ssh user@host:port

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%