summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-28 14:39:46 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-28 14:39:46 -0500
commit7d26b49482f5e7a4205d3a7999cd9db11a696993 (patch)
treeb4b659e9a2e71724cc48818fed58d11d60e974a6 /ChangeLog
parent8038c24d6dce45a4cc7eab55323c39901a7b072a (diff)
parent818ac2e096ecf14f11f4adb9de0155e3e2f8a93f (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 897d7d16..caaedd2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)