commit d5af72cb87ceb9a35a8a7d17d0634652e6d0eb1e
parent b029bcae06c2a62c8a1d62b1395c74cefd623974
Author: rsiddharth <s@ricketyspace.net>
Date: Thu, 1 Nov 2018 23:37:23 -0400
propellor spin
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.hs b/config.hs
@@ -612,6 +612,8 @@ ara = host "ara.ricketyspace.net" $props
-- root config
& File.hasContent "/root/.tmux.conf" tmuxConf
& Ssh.authorizedKey (User "root") sCanonicalSshPubKey
+ & Ssh.userKeyAt (Just "/home/root/.ssh/id_rsa")
+ (User "root") hostContext (SshRsa, sAraSshPubKey)
-- s config
& User.accountFor(User "s")
& User.hasPassword (User "s")