# websshdeom **Repository Path**: javakl/websshdeom ## Basic Information - **Project Name**: websshdeom - **Description**: django websocket + paramiko + asciinema 做的堡垒机模型 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-03-01 - **Last Updated**: 2022-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # websshdeom #### 介绍 django websocket + paramiko + asciinema 做的堡垒机模型 #### 软件架构 ``` django-channels 做websocket链接 paramiko + socket 做的ssh认证与通道连接 asciinema + xterm 做web段显示 ``` #### 安装教程 ``` Django==3.2.3 channels==3.0.3 channels-redis==3.2.0 paramiko==2.7.2 ``` #### 使用说明 ``` 只通过思路请不要直接套用 ```