Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit fb088c8

Browse files
committed
Merge pull request #55 from reggi/patch-1
add password to client object options
2 parents d545d94 + be9f35b commit fb088c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ The high level client is an instance of `Client`, but it contains the high level
115115
port: 22,
116116
host: 'example.com',
117117
username: 'admin',
118-
privateKey: '....'
118+
privateKey: '....',
119+
// password: 'password', (accepts password also)
119120
});
120121
```
121122

0 commit comments

Comments
 (0)