Michael Marineau
5ef3e1f32b
fix(user): Use '*' as default password field rather than '!'
...
When using openssh without pam it checks for a ! prefix in the password
field, locking the account entirely if found. The other common lock
character, *, is allowed by ssh to login via ssh keys so use it instead.
2014-03-31 22:20:02 -07:00
Brian Waldon
f3ba47ac89
Merge pull request #48 from calavera/key_import_url
...
feat(ssh-import): Add ssh-import-url user attribute.
2014-03-27 20:16:10 -07:00
David Calavera
7d814396b7
feat(ssh-import): Add ssh-import-url user attribute.
2014-03-28 09:39:47 +08:00
Brian Waldon
58ae898948
fix(systemd): Update usage of dbus.Reload
2014-03-25 19:37:05 -07:00
Brian Waldon
88a6e77449
feat(unit.command): Add command field to units
2014-03-19 15:56:29 -07:00
Brian Waldon
09c473a6cb
fix(fleet): Drop coreos.fleet from cloud-config
2014-03-19 14:43:25 -07:00
Brian Waldon
6f5acf53cb
feat(github): add coreos-ssh-import-github user attribute
2014-03-19 08:54:45 -07:00
Brian Waldon
dcd82e6c50
fix(system): Use os.Hostname
2014-03-18 11:04:33 -07:00
Brian Waldon
9818565c7d
feat(etcd): Fall back to hostname if no machine-id
2014-03-18 10:58:47 -07:00
Brian Waldon
f5765e4dde
feat(etcd): Default etcd name to /etc/machine-id
2014-03-18 10:58:47 -07:00
Brian Waldon
d2dabee0c6
refactor(*): Break apart packages
2014-03-18 09:14:11 -07:00