summaryrefslogtreecommitdiff
path: root/src/Propellor/Ssh.hs
AgeCommit message (Collapse)Author
2016-03-30fix warningJoey Hess
2016-03-25Avoid generating excessively long paths to the unix socket file used for ssh ↵Joey Hess
connection caching. Mostly. Can still generate a too long one if $HOME is longer than 60 bytes.
2015-10-10propellor spinJoey Hess
2015-06-01remove Params constructorJoey Hess
Before it gets into released API...
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from ↵Joey Hess
Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant.
2014-11-22propellor spinJoey Hess
2014-11-22propellor spinJoey Hess
2014-11-18factor out ssh moduleJoey Hess