Skip to content
Snippets Groups Projects
Commit a3eb4870 authored by JOduMonT's avatar JOduMonT Committed by Pierre Ozoux
Browse files

Fix typo + sshkey (#151)

forget the s a permission
+ add sskey
parent ae35435c
No related branches found
No related tags found
No related merge requests found
#cloud-config
ssh_authorized_keys:
- "PUT YOUR SSH KEY PUBLIC HERE"
write_files:
- path: /etc/ssh/sshd_config
permissions: 0600
......@@ -26,7 +29,7 @@ write_files:
255.255.255.255 broadcasthost
::1 localhost
- path: /etc/environment
permission: 0644
permissions: 0644
owner: root
content: |
NAMECHEAP_URL="namecheap.com"
......
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