File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments