Merge pull request #2719 from rn/packet2

examples/packet: Add ssh keys to example
This commit is contained in:
Rolf Neugebauer
2017-11-14 13:57:37 +00:00
committed by GitHub

View File

@@ -27,6 +27,11 @@ services:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
trust: trust:
org: org:
- linuxkit - linuxkit