Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webssh
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑天保
webssh
Commits
1a7c395c
Commit
1a7c395c
authored
Sep 13, 2018
by
Sheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated requirements.txt
parent
0f11f2ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
requirements.txt
requirements.txt
+1
-1
sshserver.py
tests/sshserver.py
+4
-4
_version.py
webssh/_version.py
+1
-1
No files found.
requirements.txt
View file @
1a7c395c
paramiko
==2.4.1
tornado
==5.
0.2
tornado
==5.
1
tests/sshserver.py
View file @
1a7c395c
...
...
@@ -161,10 +161,10 @@ def run_ssh_server(port=2200, running=True):
while
data
:
s
=
chan
.
send
(
data
)
data
=
data
[
s
:]
chan
.
close
()
t
.
close
()
client
.
close
()
else
:
chan
.
close
()
t
.
close
()
client
.
close
()
try
:
sock
.
close
()
...
...
webssh/_version.py
View file @
1a7c395c
__version_info__
=
(
0
,
4
,
5
)
__version_info__
=
(
0
,
4
,
6
)
__version__
=
'.'
.
join
(
map
(
str
,
__version_info__
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment