# django-webssh **Repository Path**: haocx/django-webssh ## Basic Information - **Project Name**: django-webssh - **Description**: django + django_channles 实现的 webssh - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-05 - **Last Updated**: 2021-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` 开发环境: deepin 15 python 3.6 安装:(Centos 7 环境) git clone https://github.com/huyuan1999/django-webssh.git yum -y install epel-release gcc yum -y install python36 python36-devel curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3.6 get-pip.py python3.6 -m pip install Django==2.0.6 paramiko==2.4.1 channels==2.1.5 启动: cd django-webssh/webssh/ python3.6 manage.py runserver 0.0.0.0:8000 ```



demo:

登录
![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh.png)


命令行界面
![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh1.png) ![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh4.png)


top交互式命令行界面
![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh2.png) ![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh3.png)


vim命令行界面
![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh5.png) ![webssh](https://github.com/huyuan1999/django-webssh/blob/master/demo/ssh6.png)