mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
README: fix ecdsa key generation command
This commit is contained in:
parent
5e4dc71907
commit
0c8bdfd7cd
2
README
2
README
@ -54,7 +54,7 @@ dropbearkey's '-y' option.
|
||||
To run the server, you need to server keys, this is one-off:
|
||||
./dropbearkey -t rsa -f dropbear_rsa_host_key
|
||||
./dropbearkey -t dss -f dropbear_dss_host_key
|
||||
./dropbearkey -t ecdsa -f dropbear_dss_host_key
|
||||
./dropbearkey -t ecdsa -f dropbear_ecdsa_host_key
|
||||
|
||||
or alternatively convert OpenSSH keys to Dropbear:
|
||||
./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key
|
||||
|
Loading…
Reference in New Issue
Block a user