mirror of https://github.com/huashengdun/webssh
parent
704d2b68e6
commit
21d3f9bd7f
|
@ -71,7 +71,7 @@ wssh --help
|
|||
// connect to your ssh server
|
||||
wssh.connect(hostname, port, username, password, privatekey);
|
||||
|
||||
// define a object for wssh
|
||||
// pass an object to wssh.connect
|
||||
var opts = {
|
||||
hostname: 'hostname',
|
||||
port: 'port',
|
||||
|
|
|
@ -76,7 +76,7 @@ Use console
|
|||
// connect to your ssh server
|
||||
wssh.connect(hostname, port, username, password, privatekey);
|
||||
|
||||
// define a object for wssh
|
||||
// pass an object to wssh.connect
|
||||
var opts = {
|
||||
hostname: 'hostname',
|
||||
port: 'port',
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (0, 4, 0)
|
||||
__version_info__ = (0, 4, 1)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
Loading…
Reference in New Issue