From d3e6b42156a0b1e0a40cdf8862120a43da72a91d 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. (cherry picked from commit 763c65b84f9505b3b2e98b982e2e6cdaf5b662bc) --- Propellor/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Types.hs') diff --git a/Propellor/Types.hs b/Propellor/Types.hs index 5f575daf..fc767cd2 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -150,5 +150,5 @@ data PrivDataField type GpgKeyId = String -data SshKeyType = SshRsa | SshDsa | SshEcdsa +data SshKeyType = SshRsa | SshDsa | SshEcdsa | SshEd25519 deriving (Read, Show, Ord, Eq) -- cgit v1.2.3