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
d38453fd
Commit
d38453fd
authored
Aug 10, 2018
by
Sheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version
parent
16928658
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
README.md
README.md
+4
-4
README.rst
README.rst
+4
-4
setup.py
setup.py
+1
-0
_version.py
webssh/_version.py
+1
-1
No files found.
README.md
View file @
d38453fd
...
...
@@ -17,7 +17,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
*
Fullscreen terminal supported.
*
Terminal window resizable.
*
Auto detect system default encoding.
*
Compatible with Python 2.7-3.
6
.
*
Compatible with Python 2.7-3.
7
.
### Instructions
```
...
...
@@ -27,13 +27,13 @@ wssh
### Options
```
#
configure
listen address and port
# listen address and port
wssh --address='0.0.0.0' --port=8000
#
configure
missing host key policy
# missing host key policy
wssh --policy=reject
#
configure
logging level
# logging level
wssh --logging=debug
# log to file
...
...
README.rst
View file @
d38453fd
...
...
@@ -21,7 +21,7 @@ Features
- Fullscreen terminal supported.
- Terminal window resizable.
- Auto detect system default encoding.
- Compatible with Python 2.7-3.
6
.
- Compatible with Python 2.7-3.
7
.
Instructions
~~~~~~~~~~~~
...
...
@@ -36,13 +36,13 @@ Options
::
#
configure
listen address and port
# listen address and port
wssh --address='0.0.0.0' --port=8000
#
configure
missing host key policy
# missing host key policy
wssh --policy=reject
#
configure
logging level
# logging level
wssh --logging=debug
# log to file
...
...
setup.py
View file @
d38453fd
...
...
@@ -30,6 +30,7 @@ setup(
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
],
install_requires
=
[
'tornado>=4.5.0'
,
...
...
webssh/_version.py
View file @
d38453fd
__version_info__
=
(
0
,
2
,
5
)
__version_info__
=
(
0
,
2
,
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