diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-28 14:39:46 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-28 14:39:46 -0500 |
commit | 7d26b49482f5e7a4205d3a7999cd9db11a696993 (patch) | |
tree | b4b659e9a2e71724cc48818fed58d11d60e974a6 /ChangeLog | |
parent | 8038c24d6dce45a4cc7eab55323c39901a7b072a (diff) | |
parent | 818ac2e096ecf14f11f4adb9de0155e3e2f8a93f (diff) | |
download | vyos-cloud-init-7d26b49482f5e7a4205d3a7999cd9db11a696993.tar.gz vyos-cloud-init-7d26b49482f5e7a4205d3a7999cd9db11a696993.zip |
add support for setting passwords and managing PasswordAuthentication
Note: by default, nothing is done. No users will have passwords
set, nor will sshd's configuration be changed unless cloud-config
is modified. Additionally, by default, users whose passwords are
set have their password expired, forcing a change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ - improve comment strings in rsyslog file tools/21-cloudinit.conf - add previous-instance-id and previous-datasource files to datadir - add 'datasource' file to instance dir + - add setting of passwords and enabling/disabling of PasswordAuthentication + for sshd. By default no changes are done to sshd. 0.6.0: - change permissions of /var/log/cloud-init.log to accomodate syslog writing to it (LP: #704509) |