diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 11:58:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 11:58:22 -0400 |
| commit | 456dd534ce2984535a9fc36bad2aff9e6ee2863a (patch) | |
| tree | a981748a5c0a62c67832969c9e852c5741780821 /Propellor/Property/Ssh.hs | |
| parent | 6d1263043112d0c70ae8d76fcbc998e6d853fafa (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/Ssh.hs')
| -rw-r--r-- | Propellor/Property/Ssh.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Property/Ssh.hs b/Propellor/Property/Ssh.hs index cb3b9231..6bfe1261 100644 --- a/Propellor/Property/Ssh.hs +++ b/Propellor/Property/Ssh.hs @@ -117,6 +117,7 @@ keyImported keytype user = combineProperties desc fromKeyType :: SshKeyType -> String fromKeyType SshRsa = "rsa" fromKeyType SshDsa = "dsa" +fromKeyType SshEcdsa = "ecdsa" -- | Puts some host's ssh public key into the known_hosts file for a user. knownHost :: [Host] -> HostName -> UserName -> Property |
