Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Michel Memeteau
compose.libre.sh
Commits
a3eb4870
Commit
a3eb4870
authored
7 years ago
by
JOduMonT
Committed by
Pierre Ozoux
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo + sshkey (#151)
forget the s a permission + add sskey
parent
ae35435c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user_data
+4
-1
4 additions, 1 deletion
user_data
with
4 additions
and
1 deletion
user_data
+
4
−
1
View file @
a3eb4870
#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
permission
s
: 0644
owner: root
content: |
NAMECHEAP_URL="namecheap.com"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment