Mercurial > dropbear
comparison README @ 901:8bc704f417f3
README: fix ecdsa key generation command
author | Catalin Patulea <cat@vv.carleton.ca> |
---|---|
date | Sun, 09 Feb 2014 03:56:50 -0500 |
parents | 68e2a0f6c1ef |
children | 10dd3df31d5b |
comparison
equal
deleted
inserted
replaced
900:49ed526daedc | 901:8bc704f417f3 |
---|---|
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 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_dss_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: |
60 ./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key | 60 ./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key |
61 | 61 |
62 You can also get Dropbear to create keys when the first connection is made - | 62 You can also get Dropbear to create keys when the first connection is made - |