summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 14:05:11 -0400
committerJoey Hess2017-09-25 14:05:11 -0400
commit9e2e95ff8db73c16078a19f1f611f60df18678f4 (patch)
tree60e3524e2f7511ec81812789a1aedfd1c38d56a5
parent20bfd174dc227b3a1c52b4c46d83ffbf667896e2 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 1ca0ade6..861c10bf 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -150,7 +150,7 @@ oldUseNetServer hosts = propertyList "olduse.net server" $ props
(User "root")
(Context "olduse.net")
(SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD0F6L76SChMCIGmeyGhlFMUTgZ3BoTbATiOSs0A7KXQoI1LTE5ZtDzzUkrQRJVpJ640pfMR7cQZyBm8tv+kYIPp0238GrX43c1vgm0L78agDnBU7r2iNMyWIwhssK8O3ZAhp8Q4KCz1r8hP2nIiD0y1D1VWW8h4KWOS7I1XCEAjOTvFvEjTh6a9MyHrcIkv7teUUzTBRjNrsyijCFRk1+pEET54RueoOmEjQcWd/sK1tYRiMZjegRLBOus2wUWsUOvznJ2iniLONUTGAWRnEV+O7hLN6CD44osJ+wkZk8bPAumTS0zcSLckX1jpdHJicmAyeniWSd4FCqm1YE6/xDD")
- `requires` Ssh.knownHost hosts "joey@eubackup.kitenet.net" (User "root")
+ `requires` Ssh.knownHost hosts "eubackup.kitenet.net" (User "root")
borgrepo = Borg.BorgRepoUsing [Borg.UseSshKey keyfile]
"joey@eubackup.kitenet.net:/home/joey/lib/backup/olduse.net/olduse.net.borg"
keyfile = "/root/.ssh/olduse.net.key"