You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A seed is used to generate the secret, it's recommended you don't use the same s
32
32
## ⚠️ Limitations
33
33
34
34
- Can't use ECDSA keys, they always give different signatures
35
-
-[RFC8332](https://www.rfc-editor.org/info/rfc8332) compatible agent (e.g. OpenSSH 7.6+) mandatory to use SHA2-512 signature scheme. You can still use deprecated SHA1 signatures with `rsaSignatureFlag:0` option in `SSHAgentClient` constructor.
35
+
-[RFC8332](https://www.rfc-editor.org/info/rfc8332) compatible agent (e.g. OpenSSH 7.6+) is mandatory to use SHA2-512 signature scheme. You can still use deprecated SHA1 signatures with `rsaSignatureFlag:0` option in `SSHAgentClient` constructor.
36
36
37
37
## 💻 CLI usage
38
38
@@ -67,7 +67,7 @@ Options:
67
67
npm i ssh-agent-secrets
68
68
```
69
69
70
-
### Sample
70
+
### [Sample](/example/test.js)
71
71
72
72
```javascript
73
73
import { SSHAgentClient } from'ssh-agent-secrets'
@@ -77,7 +77,7 @@ const agent = new SSHAgentClient()
0 commit comments