docker-sftp icon indicating copy to clipboard operation
docker-sftp copied to clipboard

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

Open SebTardif opened this issue 3 years ago • 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.

SebTardif avatar May 04 '22 09:05 SebTardif

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

stale[bot] avatar Jul 10 '22 12:07 stale[bot]

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

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

ogrosko avatar Dec 19 '22 16:12 ogrosko

Removed stale label.

stale[bot] avatar Dec 19 '22 16:12 stale[bot]