Skip to content
Snippets Groups Projects
Commit 87cfd09d authored by Chris Hines's avatar Chris Hines
Browse files

remove an unnecessary task in ssh setup

Former-commit-id: 26ceae34
parent 6e8f5a36
No related branches found
No related tags found
No related merge requests found
...@@ -10,19 +10,7 @@ ...@@ -10,19 +10,7 @@
- restart sshd - restart sshd
- restart ssh - restart ssh
- name: "Enable Challenge Response" - name: "Disable Password"
lineinfile:
args:
dest: /etc/ssh/sshd_config
regexp: "PasswordAuthentication no"
line: "PasswordAuthentication yes"
backrefs: yes
sudo: true
notify:
- restart sshd
- restart ssh
- name: "Disable Challenge Response"
lineinfile: lineinfile:
args: args:
dest: /etc/ssh/sshd_config dest: /etc/ssh/sshd_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment