mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #2719 from rn/packet2
examples/packet: Add ssh keys to example
This commit is contained in:
commit
ea6ed3c354
@ -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