mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
examples/packet: Add ssh keys to example
without it sshd will not start Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
c6696145b4
commit
20c7d6ae0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user