Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
When adding a new ssh key to console. None of the instances present on scaleway pull the new ssh key.
The only way to add the new key currently (as per documentation) is to run scw-fetch-ssh-keys --upgrade
by entering the instance with a key it already has in the system.
I would appreciate your efforts if this can be added as a feature.
How I imagine scw could expose this functionality
Doing this manually on several instances is a major hassle. I would instead suggest one of two things:
- A command be added to the cli that runs the above command on all instances present for the logged in user.
- Trigger a job to update the new ssh key on all instances.