diff options
Diffstat (limited to 'cokiki.hs')
-rw-r--r-- | cokiki.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ sshClient uid root cmn = do | |||
78 | 78 | ||
79 | -- /root/.gnupg/... <-- contains known hosts from /etc/ssh/ssh_known_hosts | 79 | -- /root/.gnupg/... <-- contains known hosts from /etc/ssh/ssh_known_hosts |
80 | -- /var/cache/kiki/ssh_known_hosts <-- contains known hosts from /root/.gnupg/... | 80 | -- /var/cache/kiki/ssh_known_hosts <-- contains known hosts from /root/.gnupg/... |
81 | Kiki.replaceSshServerKeys root cmn | 81 | -- Kiki.replaceSshServerKeys root cmn |
82 | Kiki.importAndRefresh root cmn | ||
82 | 83 | ||
83 | sshServer = do | 84 | sshServer = do |
84 | -- /etc/ssh/sshd_config <-- 'HostKey /var/cache/kiki/ssh_host_ecdsa_key' etc. | 85 | -- /etc/ssh/sshd_config <-- 'HostKey /var/cache/kiki/ssh_host_ecdsa_key' etc. |