Commit 92808d4c authored by ibuler's avatar ibuler

Merge branch 'dev' into test

parents e1a3cf3b 5598b1f0
...@@ -10,7 +10,7 @@ pre version. ...@@ -10,7 +10,7 @@ pre version.
## Install ## Install
$ git clone http://xxxx $ git clone https://github.com/jumpserver/coco.git
## Setting ## Setting
...@@ -31,7 +31,7 @@ Also some config you need kown: ...@@ -31,7 +31,7 @@ Also some config you need kown:
## Start ## Start
# python ssh_server.py # python run_server.py
When your start ssh server, It will register with jumpserver api, When your start ssh server, It will register with jumpserver api,
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
import weakref import weakref
import logging import logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment