summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cokiki.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cokiki.hs b/cokiki.hs
index 8e013d6..97b4f9a 100644
--- a/cokiki.hs
+++ b/cokiki.hs
@@ -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
83sshServer = do 84sshServer = 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.