Flipped createhome to yes, so ssh keys can be deployed
This commit is contained in:
parent
5e8c58b6ac
commit
7b698ae39c
|
@ -7,7 +7,7 @@
|
|||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: no
|
||||
createhome: yes
|
||||
home: /home/fncdo
|
||||
- authorized_key:
|
||||
user: fncdo
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: no
|
||||
createhome: yes
|
||||
home: /home/fncso
|
||||
- authorized_key:
|
||||
user: fncso
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: no
|
||||
createhome: yes
|
||||
home: /home/warcall22
|
||||
- authorized_key:
|
||||
user: warcall22
|
||||
|
|
Loading…
Reference in New Issue