Commit c1f0f7bcbe660b2459ad971e61268ae9b04b3a62
ecdsa causes an error, revert to rsa
Michael Williams committed on 12/22/2017, 2:39:01 PMParent: 8f8ba3df771b8c7dc9056e2a82fdb3b11787299f
Files changed
INSTALL.md | changed |
INSTALL.md | |||
---|---|---|---|
@@ -20,19 +20,19 @@ | |||
20 | 20 … | ||
21 | 21 … | update master config | |
22 | 22 … | ||
23 | 23 … | ```shell | |
24 | -ssh-keygen -t ecdsa -b 521 | ||
24 … | +ssh-keygen -t rsa -b 8192 | ||
25 | 25 … | nano /etc/salt/master | |
26 | 26 … | ``` | |
27 | 27 … | ||
28 | 28 … | ``` | |
29 | 29 … | ext_pillar: | |
30 | 30 … | - git: | |
31 | 31 … | - master git@github.com:${user}/${repo}: | |
32 | 32 … | - root: salt/pillar | |
33 | - - privkey: /root/.ssh/id_ecdsa | ||
34 | - - pubkey: /root/.ssh/id_ecdsa.pub | ||
33 … | + - privkey: /root/.ssh/id_rsa | ||
34 … | + - pubkey: /root/.ssh/id_rsa.pub | ||
35 | 35 … | ``` | |
36 | 36 … | ||
37 | 37 … | ```yml | |
38 | 38 … | master: 127.0.0.1 |
Built with git-ssb-web