emberstack/docker-sftp

Fingerprint change each time I restart the pod even if I provided the server private key

SebTardif opened this issue · 3 comments

I wonder if there is a way to not have the fingerprint change each time I restart the pod. I did specified a server private key, and I'm using a stable host name.

stale commented

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@SebTardif I solved it by adding ssh keys to persistent volume ;)

    volumeMounts:
      - mountPath: /etc/ssh/keys
        subPath: .ssh/keys
        name: some-name```
stale commented

Removed stale label.