This commit is contained in:
parent
b173840863
commit
e2b5ba678b
@ -1,5 +1,7 @@
|
||||
FROM alpine
|
||||
RUN apk add --update bash jq openssh-client rsync && rm -rf /var/cache/apk/*
|
||||
RUN mkdir -p /root/.ssh
|
||||
ADD rsync.sh /rsync.sh
|
||||
ADD known_hosts /root/.ssh/known_hosts
|
||||
ENTRYPOINT [ '/rsync.sh' ]
|
||||
|
||||
|
1
known_hosts
Normal file
1
known_hosts
Normal file
@ -0,0 +1 @@
|
||||
@cert-authority * ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDX5AdQf5LbPFn+6JctOY19jI+tYzfYJ/rSyzVbLMRab ca-host@burble.dn42
|
Loading…
x
Reference in New Issue
Block a user