summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
AgeCommit message (Expand)Author
2019-04-16Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist.Joey Hess
2019-04-01Added Utility.FileMode to the modules exported by Propellor.UtilitiesJoey Hess
2018-04-30fix broken SemigroupMonoid transition <<loop>>Joey Hess
2018-04-23semigroup monoid change fallout; drop ghc 7 supportJoey Hess
2017-03-11don't propagate DNS info from DiskImage chrootsJoey Hess
2017-02-26use ConfigurableValue where applicableJoey Hess
2017-02-26Added ConfigurableValue type classJoey Hess
2016-08-31Merge branch 'joeyconfig'Joey Hess
2016-08-31propellor spinJoey Hess
2016-07-24Ssh.knownHost: Bug fix: Only fix up the owner of the known_hosts file after i...Joey Hess
2016-03-28last withOS that can be converted to pickOS is convertedJoey Hess
2016-03-28propellor spinJoey Hess
2016-03-27ported DiskImageJoey Hess
2016-03-26ported dockerJoey Hess
2016-03-26fixed type checking of SshJoey Hess
2016-03-25ported moreJoey Hess
2016-03-07Ssh: change type of listenPort from Int to Port (API change)Félix Sipma
2016-02-26Removed Ssh.unauthorizedKey and made Ssh.authorizedKey revertable. (API change)Joey Hess
2016-02-26Ssh.authorizedKey: Fix bug preventing it from working when the authorized_key...Joey Hess
2015-12-05UncheckedProperty for cmdProperty et alJoey Hess
2015-10-27Explicit Info/NoInfo for RevertableProperty (API change)Joey Hess
2015-10-22re-export SshKeyTypeJoey Hess
2015-10-21Added Ssh properties to remove authorized_keys and known_hosts lines.Joey Hess
2015-10-19improve Info type using GADT, at nomeata's suggestionJoey Hess
2015-10-18fix typo: propigate → propagateFelix Gruber
2015-10-16propellor spinJoey Hess
2015-10-16fix commentJoey Hess
2015-10-16propellor spinJoey Hess
2015-10-16improve ssh user key propertiesJoey Hess
2015-10-10propellor spinJoey Hess
2015-09-14clean up privdata excess/lacking newline issueJoey Hess
2015-09-10Simplify Propellor.Property.Ssh.pubKey.Mario Lang
2015-09-10Fix two typos.Mario Lang
2015-09-06Added Propellor.Property.Rsync. WIP; untestedJoey Hess
2015-07-20Ssh.permitRootLogin type changed to allow configuring WithoutPassword and For...Joey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...Joey Hess
2015-04-23propellor spinJoey Hess
2015-04-22API change: Added User and Group newtypes, and Properties that used to use th...Joey Hess
2015-04-09remove ssh key from desc, too longJoey Hess
2015-03-11propellor spinJoey Hess
2015-02-12ssh user perm fixesJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-19avoid haddock warningsJoey Hess
2015-01-04DNS records for hosts with known ssh public keys now automatically include SS...Joey Hess
2015-01-04Fix bug that prevented deploying ssh host keys when the file for the key didn...Joey Hess
2015-01-04avoid ever removing all host keysJoey Hess
2015-01-04propellor spinJoey Hess