Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SebTardif opened this issue May 4, 2022 · 3 comments

Comments

@SebTardif
Copy link

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
Copy link

stale bot commented Jul 10, 2022

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

@stale stale bot added the stale label Jul 10, 2022
@ogrosko
Copy link

ogrosko commented Dec 19, 2022

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

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

@stale
Copy link

stale bot commented Dec 19, 2022

Removed stale label.

@stale stale bot removed the stale label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants