Skip to main content

jumpserver

portfor
22SSH, 安装升级
80
443
3306
6379
3389Razor, RDP Client
2222SSH Client for JumpServer
33061Magnus MySQL Client
33062Magnus MariaDB Client
54320Magnus PostgreSQL Client
63709Magnus Redis Client
30000-30100Magnus Oracle Client
# ssh -J <jumpserver_username>@<jumpserver_host>:<jumpserver_port> <asset_username>@<asset_ip>

ssh -p 2222 user@jumpserver.example.com
ssh -p 2222 JumpServerUsername@SystemUsername@AssetIP@JumpServerHostIP
  • 存储使用 MySQL+Redis
  • 组件
    • core
      • JumpServer, Python, Django, Gunicorn, Celery, Beat, Flower, Daphne
        • Gunicorn - WSGI HTTP Server
        • Flower - Real-time monitor and web admin for Celery
        • Daphne - Django Channels HTTP/WebSocket server
    • Lina - WebUI - Vue, ElementUI
    • luna - Web Terminal - Angular
    • koko - Coco in Golang - SSH/SFTP/Web Terminal 服务端
    • Lion - Apache Guacamole
    • Magnus - 闭源
    • Nginx

OpenID

Install

Conf

FAQ

Welcome to JumpServer SSH Server

  • 关闭了非交互式 shell
tssh -t js <<< "echo hello; exit"
Welcome to JumpServer SSH Server
No support vscode like requested.