comparison README @ 1628:ff3f274ea56c

Add missing word to readme (#77)
author Michael Jones <jonesmz@users.noreply.github.com>
date Wed, 20 Mar 2019 08:56:19 -0500
parents 10dd3df31d5b
children d32bcb5c557d
comparison
equal deleted inserted replaced
1627:9b02c49bd396 1628:ff3f274ea56c
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: