GitPedia

Django webssh

django + django_channles 实现的 webssh

From huyuan1999·Updated March 10, 2026·View on GitHub·

**django webssh** is a django + django_channles 实现的 webssh The project is written primarily in Python, distributed under the Apache License 2.0 license, first published in 2018. Key topics include: django, django-channels, django-webssh, python3, webssh.

开发环境: 
    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

<br><br><br><br>

demo:<br><br>
登录<br>
webssh
<br><br><br>
命令行界面<br>
webssh
webssh
<br><br><br>
top交互式命令行界面<br>
webssh
webssh
<br><br><br>
vim命令行界面<br>
webssh
webssh

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from huyuan1999/django-webssh via the GitHub API.Last fetched: 6/16/2026