From c5744ca6355bbbbedae4307efa0dc795b9e06a1a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 11:55:48 -0400 Subject: 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). --- src/Propellor/Property/Obnam.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Obnam.hs') 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? -- -- cgit v1.2.3