Skip to content
Snippets Groups Projects

Feat password auth

Open Bo-Chun Chen requested to merge louistw/hpc-factory:feat-password-auth into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -43,3 +43,9 @@
ansible.builtin.file:
path: /tmp/passwd_auth
state: absent
- name: Allow password auth in sshd
ansible.builtin.lineinfile:
path: /etc/ssh/sshd_config
regexp: '#?PasswordAuthentication .*$'
line: "PasswordAuthentication yes"
Loading