comparison README @ 1641:a2bbc22ea1e6 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 Mar 2019 00:14:38 +0800
parents ff3f274ea56c
children d32bcb5c557d
comparison
equal deleted inserted replaced
1610:96e4c9b2cc00 1641:a2bbc22ea1e6
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 58
59 or alternatively convert OpenSSH keys to Dropbear: 59 or alternatively convert OpenSSH keys to Dropbear: