It would be hard to try multiple ways if any but the last failed. :P
This commit is contained in:
parent
827e089300
commit
51b17411e8
@ -9,18 +9,18 @@
|
||||
- name: Create Root's SSH Key
|
||||
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa <<< n
|
||||
executable: /bin/bash
|
||||
#ignore_errors: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Create Root's SSH Key
|
||||
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
|
||||
stdin: "n"
|
||||
#ignore_errors: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Create Root's SSH Key
|
||||
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
|
||||
executable: /bin/bash
|
||||
stdin: "n"
|
||||
#ignore_errors: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Join System to 1337 Share
|
||||
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
|
Loading…
x
Reference in New Issue
Block a user