Mercurial > dropbear
comparison README @ 1739:13d834efc376 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 15 Oct 2020 19:55:15 +0800 |
parents | d32bcb5c557d |
children |
comparison
equal
deleted
inserted
replaced
1562:768ebf737aa0 | 1739:13d834efc376 |
---|---|
49 If you want to get the public-key portion of a Dropbear private key, look at | 49 If you want to get the public-key portion of a Dropbear private key, look at |
50 dropbearkey's '-y' option. | 50 dropbearkey's '-y' option. |
51 | 51 |
52 ============================================================================ | 52 ============================================================================ |
53 | 53 |
54 To run the server, you need to server keys, this is one-off: | 54 To run the server, you need to generate server keys, this is one-off: |
55 ./dropbearkey -t rsa -f dropbear_rsa_host_key | 55 ./dropbearkey -t rsa -f dropbear_rsa_host_key |
56 ./dropbearkey -t dss -f dropbear_dss_host_key | 56 ./dropbearkey -t dss -f dropbear_dss_host_key |
57 ./dropbearkey -t ecdsa -f dropbear_ecdsa_host_key | 57 ./dropbearkey -t ecdsa -f dropbear_ecdsa_host_key |
58 ./dropbearkey -t ed25519 -f dropbear_ed25519_host_key | |
58 | 59 |
59 or alternatively convert OpenSSH keys to Dropbear: | 60 or alternatively convert OpenSSH keys to Dropbear: |
60 ./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key | 61 ./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key |
61 | 62 |
62 You can also get Dropbear to create keys when the first connection is made - | 63 You can also get Dropbear to create keys when the first connection is made - |