diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:35:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:35:15 -0400 |
| commit | da77276378ecbed7d6434145793bfb209c731b76 (patch) | |
| tree | 83699313d3357f8e26958fc1850c5af0b7432677 /debian | |
| parent | 0743e2223ef2b2960f0e89fa32ee68373199e3f8 (diff) | |
ssh user perm fixes
* Ssh.authorizedKey: Make the authorized_keys file and .ssh directory
be owned by the user, not root.
* Ssh.knownHost: Make the .ssh directory be owned by the user, not root.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ff1cdf1d..a8000c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ propellor (2.1.0) UNRELEASED; urgency=medium * New Cron.Times data type, which allows Cron.job to install daily/monthly/weekly jobs that anacron can run. (API change) * Fix Git.daemonRunning to restart inetd after enabling the git server. + * Ssh.authorizedKey: Make the authorized_keys file and .ssh directory + be owned by the user, not root. + * Ssh.knownHost: Make the .ssh directory be owned by the user, not root. -- Joey Hess <id@joeyh.name> Thu, 29 Jan 2015 01:41:07 -0400 |
