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 /config | |
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 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 90e7ae30..dcd61280 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -14,6 +14,7 @@ cloud_config_modules: - ssh-import-id - locale - ssh + - set-passwords - grub-dpkg - apt-update-upgrade - puppet |