From 763c65b84f9505b3b2e98b982e2e6cdaf5b662bc Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 16 Apr 2014 18:41:48 +0200 Subject: Add support for SSH ed25519 keys This works with both host and user keys. --- Propellor/Property/Ssh.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor/Property') diff --git a/Propellor/Property/Ssh.hs b/Propellor/Property/Ssh.hs index b13a12bf..a39792cf 100644 --- a/Propellor/Property/Ssh.hs +++ b/Propellor/Property/Ssh.hs @@ -122,6 +122,7 @@ fromKeyType :: SshKeyType -> String fromKeyType SshRsa = "rsa" fromKeyType SshDsa = "dsa" fromKeyType SshEcdsa = "ecdsa" +fromKeyType SshEd25519 = "ed25519" -- | Puts some host's ssh public key into the known_hosts file for a user. knownHost :: [Host] -> HostName -> UserName -> Property -- cgit v1.3-2-g0d8e