diff options
| author | Franz Pletz <fpletz@fnordicwalking.de> | 2014-04-16 18:41:48 +0200 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-16 12:51:45 -0400 |
| commit | d3e6b42156a0b1e0a40cdf8862120a43da72a91d (patch) | |
| tree | 721322039245eae1919662b2fb34ccf38064e026 /Propellor/Types.hs | |
| parent | ba058d77a778058887f5c678b10e3c5ac599c50c (diff) | |
Add support for SSH ed25519 keys
This works with both host and user keys.
(cherry picked from commit 763c65b84f9505b3b2e98b982e2e6cdaf5b662bc)
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
