projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8577b
)
ssh template corrected
author
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 23:04:53 +0000
(15:04 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 23:04:53 +0000
(15:04 -0800)
templates/sshd.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/sshd.template.yml
b/templates/sshd.template.yml
index 0234dc90c4724ac35f9919335a7dc205e3898410..327ad29eb660dc6c75f5912d44202126a5f80fe8 100644
(file)
--- a/
templates/sshd.template.yml
+++ b/
templates/sshd.template.yml
@@
-1,6
+1,11
@@
params:
# SSH key is required for remote access into the container
- ssh_key: YOUR_SSH_KEY_HERE
+ # you may also use ssh-import-id
+ ssh_key: ""
+ # so ssh-import-id works
+
+env:
+ HOME: /root
run: