summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index dd66eb01..b8f8f167 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -174,5 +174,5 @@ data PrivDataField
type GpgKeyId = String
-data SshKeyType = SshRsa | SshDsa
+data SshKeyType = SshRsa | SshDsa | SshEcdsa
deriving (Read, Show, Ord, Eq)