# Django webssh **Repository Path**: hienha/django-webssh ## Basic Information - **Project Name**: Django webssh - **Description**: 使用 Django 实现网页版的终端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Refs [git@github.com:huyuan1999/django-webssh.git](git@github.com:huyuan1999/django-webssh.git) ``` 开发环境: Linux Mint 21.2 Xfce Anaconda python 3.6 环境: conda create -n django-webssh python=3.6 conda activate django-webssh python3.6 -m pip install -r ./requirements.txt 启动: 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)