You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Michael Scherer 21c9f0defc Do not hardcode default ssh key size for RSA (#4074)
By default, ssh-keygen will pick a suitable default for ssh keys
for all type of keys. By hardocing the number of bits to the
RSA default, we make life harder for people picking Elliptic
Curve keys, so this commit make ssh-keygen use its own default
unless specificed otherwise by the playbook
8 years ago
..
__init__.py
authorized_key.py better authorized_keys documentation (#3739) 8 years ago
cron.py
group.py
hostname.py
mount.py
ping.py
seboolean.py
selinux.py
service.py system/service.py: fix false-positive service enablement on FreeBSD. (#4283) 8 years ago
setup.py
sysctl.py
systemd.py
user.py Do not hardcode default ssh key size for RSA (#4074) 8 years ago