Skip to content

Commit 605c2b3

Browse files
committed
📝 doc: Explicit public key prefix in README.md
1 parent 2e1bc00 commit 605c2b3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,20 @@ Application Options:
3838

3939
## Supported algorithms
4040

41-
The following algorithms are supported.
41+
List of supported public key prefixes:
4242

43-
* rsa -- Key length is 1024 bits or more
44-
* ecdsa -- secp256r1, secp384r1, secp521r1
45-
* ed25519
43+
* `ssh-rsa` -- Key length is 1024 bits or more
44+
* `ecdsa-sha2-nistp256`
45+
* `ecdsa-sha2-nistp384`
46+
* `ecdsa-sha2-nistp521`
47+
* `ssh-ed25519`
4648

47-
The following algorithms are **NOT SUPPORTED**.
49+
**Unsupported** public key prefix list:
4850

49-
* dsa
50-
* rsa -- Key length is less than 1024 bits
51-
* ecdsa-sk
52-
* ed25519-sk
51+
* `ssh-dss`
52+
* `ssh-rsa` -- Key length is less than 1024 bits
53+
* `sk-ecdsa-sha2-nistp256@openssh.com`
54+
* `sk-ssh-ed25519@openssh.com`
5355

5456
## Example of use
5557

0 commit comments

Comments
 (0)