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

Commit be9f35b

Browse files
committed
add password to client object options
1 parent d545d94 commit be9f35b

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)