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
commit ea6ed3c354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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