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