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
21d3f9bd
Commit
21d3f9bd
authored
Sep 09, 2018
by
Sheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version
parent
704d2b68
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
README.rst
README.rst
+1
-1
_version.py
webssh/_version.py
+1
-1
No files found.
README.md
View file @
21d3f9bd
...
@@ -71,7 +71,7 @@ wssh --help
...
@@ -71,7 +71,7 @@ wssh --help
// connect to your ssh server
// connect to your ssh server
wssh
.
connect
(
hostname
,
port
,
username
,
password
,
privatekey
);
wssh
.
connect
(
hostname
,
port
,
username
,
password
,
privatekey
);
//
define a object for wssh
//
pass an object to wssh.connect
var
opts
=
{
var
opts
=
{
hostname
:
'hostname'
,
hostname
:
'hostname'
,
port
:
'port'
,
port
:
'port'
,
...
...
README.rst
View file @
21d3f9bd
...
@@ -76,7 +76,7 @@ Use console
...
@@ -76,7 +76,7 @@ Use console
// connect to your ssh server
// connect to your ssh server
wssh.connect(hostname, port, username, password, privatekey);
wssh.connect(hostname, port, username, password, privatekey);
//
define a object for wssh
//
pass an object to wssh.connect
var opts = {
var opts = {
hostname: 'hostname',
hostname: 'hostname',
port: 'port',
port: 'port',
...
...
webssh/_version.py
View file @
21d3f9bd
__version_info__
=
(
0
,
4
,
0
)
__version_info__
=
(
0
,
4
,
1
)
__version__
=
'.'
.
join
(
map
(
str
,
__version_info__
))
__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