From 20c7d6ae0ab2944dc8662879bedc25842c8e2cb1 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 14 Nov 2017 11:54:06 +0000 Subject: [PATCH] examples/packet: Add ssh keys to example without it sshd will not start Signed-off-by: Rolf Neugebauer --- examples/packet.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/packet.yml b/examples/packet.yml index 625872d3e..61e21b434 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -27,6 +27,11 @@ services: - INSECURE=true - name: sshd image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a +files: + - path: root/.ssh/authorized_keys + source: ~/.ssh/id_rsa.pub + mode: "0600" + optional: true trust: org: - linuxkit