From 4ae881239f86c1a02556606149ae9680ffa9501d Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 28 Nov 2013 15:04:53 -0800 Subject: [PATCH] ssh template corrected --- templates/sshd.template.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/sshd.template.yml b/templates/sshd.template.yml index 0234dc9..327ad29 100644 --- 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: -- 2.25.1