summaryrefslogtreecommitdiff
path: root/cokiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-26 02:20:38 -0400
committerjoe <joe@jerkface.net>2016-04-26 02:20:38 -0400
commite5fd815a33e16659da9099a06f2e428f67269bd9 (patch)
tree46af651e11410eec563da08f46450a0e3e723061 /cokiki.hs
parent7ddcc4b2c56e51a2718b62614d2624f25629b5bb (diff)
switched cokiki to side-by-side import for now.
Diffstat (limited to 'cokiki.hs')
-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.