https://github.com/jumpserver/coco
Jumpserver ssh/ws server
https://github.com/jumpserver/coco
jumpserver ssh ssh-server
Last synced: 6 months ago
JSON representation
Jumpserver ssh/ws server
- Host: GitHub
- URL: https://github.com/jumpserver/coco
- Owner: jumpserver
- License: gpl-3.0
- Created: 2017-03-03T02:32:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:29:36.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:09:38.491Z (6 months ago)
- Topics: jumpserver, ssh, ssh-server
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 156
- Watchers: 14
- Forks: 124
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.# Warning
Coco has been replace by [koko](https://github.com/jumpserver/koko.git)
From v1.5.2, coco will be stop update## 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