Update sshd hashes

Signed-off-by: Sylvain Prat <sylvain.prat@gmail.com>
This commit is contained in:
Sylvain Prat 2021-12-22 19:05:39 +01:00
parent a71a52b57c
commit c453e8ed26
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ services:
- name: rngd
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx

View File

@ -18,7 +18,7 @@ services:
- name: rngd
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx

View File

@ -15,7 +15,7 @@ services:
- name: dhcpcd
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub

View File

@ -22,7 +22,7 @@ services:
- name: rngd
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx

View File

@ -28,7 +28,7 @@ services:
env:
- INSECURE=true
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub

View File

@ -28,7 +28,7 @@ services:
env:
- INSECURE=true
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub

View File

@ -23,7 +23,7 @@ services:
- name: rngd
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx

View File

@ -22,7 +22,7 @@ services:
- name: dhcpcd
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub

View File

@ -19,7 +19,7 @@ onboot:
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
services:
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
- name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:ea4dded7386b09dd647e854664b029be0a4f420f
binds:

View File

@ -28,7 +28,7 @@ onboot:
- /lib:/lib # for ifconfig
services:
- name: sshd
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
- name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
env: