|
@@ -16,4 +16,6 @@
|
|
#Usage: passwordless_ssh.yml
|
|
#Usage: passwordless_ssh.yml
|
|
rsa_id_file: "/root/.ssh/id_rsa"
|
|
rsa_id_file: "/root/.ssh/id_rsa"
|
|
passphrase: ""
|
|
passphrase: ""
|
|
-auth_key_path: "/root/.ssh/authorized_keys"
|
|
|
|
|
|
+auth_key_path: "/root/.ssh/authorized_keys"
|
|
|
|
+config_file: "/root/.ssh/config"
|
|
|
|
+file_mode: "0600"
|