Sha256: 69b150868047b72c6c05d9f786e3d5990e751cc7a664fc8350da613fe4215965
Contents?: true
Size: 657 Bytes
Versions: 53
Compression:
Stored size: 657 Bytes
Contents
# # Root Ssh Config - ssh_key_create: - exec_in: mkdir -p /root/.ssh - exec_in: ssh-keygen -t rsa -f /root/.ssh/id_rsa -C "root@$$network_hostname" -N '' - exec_in: ssh-keygen -t dsa -f /root/.ssh/id_dsa -C "root@$$network_hostname" -N '' - copy_key_to_auth_file: - exec_in: cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys - copy_key_to_auth2_file: - exec_in: cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys2 - root_ssh_config: - append_in: - /root/.ssh/config - | Host * PasswordAuthentication yes RSAAuthentication yes StrictHostKeyChecking no NoHostAuthenticationForLocalhost yes
Version data entries
53 entries across 53 versions & 1 rubygems