summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Obnam.hs
diff options
context:
space:
mode:
authorJoey Hess2020-02-14 11:55:48 -0400
committerJoey Hess2020-02-14 11:55:48 -0400
commitc5744ca6355bbbbedae4307efa0dc795b9e06a1a (patch)
treef7e97009b5612aff2ce373751c7cf5bcc8a653a7 /src/Propellor/Property/Obnam.hs
parent3e4fa789c460e907d7fe07b9aeb02885fa202f43 (diff)
remove deprecated ssh key algos from my personal configs
DSA is entirely deprecated, while RSA is just starting to be deprecated Generated and added new keys as necessary. Still a few stragglers on machines I can't currently access (sow and beaver).
Diffstat (limited to 'src/Propellor/Property/Obnam.hs')
-rw-r--r--src/Propellor/Property/Obnam.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs
index 264d6748..3e5ea87e 100644
--- a/src/Propellor/Property/Obnam.hs
+++ b/src/Propellor/Property/Obnam.hs
@@ -35,7 +35,7 @@ data NumClients = OnlyClient | MultipleClients
-- > & Obnam.backup "/srv/git" "33 3 * * *"
-- > [ "--repository=sftp://2318@usw-s002.rsync.net/~/mygitrepos.obnam"
-- > ] Obnam.OnlyClient
--- > `requires` Ssh.keyImported SshRsa "root" (Context hostname)
+-- > `requires` Ssh.keyImported SshEd25519 "root" (Context hostname)
--
-- How awesome is that?
--