coco icon indicating copy to clipboard operation
coco copied to clipboard

Jumpserver ssh/ws server

Results 52 coco issues
Sort by recently updated
recently updated
newest added

能不能在连接上堡垒机以后多长时间内没有交互的话自动断开连接, 或者我想自己开发的话,该修改哪一部分?这个项目的代码目前还没有完全看明白.

**请描述您的问题.** 在使用"pip3 install -r requirements.txt"安装的时候,出现了如下所示的依赖矛盾的问题,尝试过更改urllib3的版本,但是都没有任何明显的效果。 尝试更换python版本(python3.6和python3.8)和pip3的版本(10,20)都没有解决这个问题。请问该如何解决? ``` The conflict is caused by: The user requested urllib3==1.25.2 elasticsearch 6.1.1 depends on urllib3=1.21.1 To fix this you could try to: 1. loosen...

想用paramiko实现简单的ssh server,客户端连接过来直接返回一个shell终端,看了官方的demo_server,不知道如何实现这种功能

使用docker命令 ```` docker run --name jms_coco -d -p 2222:2222 -p 5000:5000 -e CORE_HOST=http://192.168.32.134:8080 -e BOOTSTRAP_TOKEN=$BOOTSTRAP_TOKEN jumpserver/jms_coco:1.5.0 ```` 启动完jms_coco,可以看到主机的2222端口已经被监听。但是ssh连接失败。 ```` [root@ceshi ~]# ssh -p2222 [email protected] ssh: connect to host 192.168.32.134 port...

操作的内容: 做压力测试时,后端服务器选择的是jumpserver这台机器,使用xshell进行打开连接数大概在100左右 出现的情况: 1. coco会自动重启操作(监控了端口) 2. 查看coco的日志会提示打开文件数过多,如下图, 但是我的服务器打开文件数己经设置了102400,肯定不会达到此数 当前的版本信息:1.4.10 问题可以进行复现操作; ![image](https://user-images.githubusercontent.com/16676780/64614368-f19efa00-d40a-11e9-9945-879610ed106d.png)

![image](https://user-images.githubusercontent.com/29945921/71551984-ab0ef300-2a2d-11ea-83e7-0a7df94e83ed.png) 之前yi'zhi一直没问题,突然就这样,卡在loading

您好! 我在使用跳板机期间 data/replays/2019-12-16/目录下 有些文件占用磁盘空间十多个G,造成了服务器磁盘空间不足,用户跳转服务器是连接中断;因此我想知道该目录下每个文件代表意义,我能不能直接删除或者清空占用空间大的文件?

After Installing and start coco , log show error tail -f ./data/logs/coco-localhost.localdomain.log 2019-11-22 19:49:50 [utils ERROR] 'NoneType' object is not iterable Traceback (most recent call last): File "/opt/coco/coco/utils.py", line 463,...