You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using hetzner cloud. I have my SSH Keys stored there.
I'm running spin provision and spin crashed with this:
TASK [serversideup.spin.create_server : Create SSH keys for sudo users if they don't exist in Hetzner Cloud] *************************************************************************************************************************
changed: [localhost] => (item=[{'username': 'myuser', 'name': 'My Name', 'state': 'present', 'groups': ['sudo'], 'shell': '/bin/bash', 'authorized_keys': [{'public_key': '<my public key>'}]}, {'public_key': '<my public key again>'}])
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible_collections.hetzner.hcloud.plugins.module_utils.vendor.hcloud._exceptions.APIException: SSH key with the same fingerprint already exists (uniqueness_error, c7494d6b58fdf8c7)
When I delete my existing keys, spin creates them with its own naming scheme.
Expected Behavior
It would be great if spin would recognize existing keys and doesn't insist on its own naming scheme.
Current Behavior
I'm using hetzner cloud. I have my SSH Keys stored there.
I'm running
spin provision
and spin crashed with this:When I delete my existing keys, spin creates them with its own naming scheme.
Expected Behavior
It would be great if spin would recognize existing keys and doesn't insist on its own naming scheme.
Steps To Reproduce
spin provision
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: