mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-09 09:55:31 +01:00
5 lines
357 B
Text
5 lines
357 B
Text
Failing to generate a key using the below path will cause the key to delete after a routine update to the cluster. After the upgrade, use the command above to generate a new key for it to be persistent
|
|
|
|
Generate percistent SSH key using otherwise it will delete on upgrade:
|
|
#ssh-keygen -t ed25519 -f /workspace/.%USER%/.ssh/id_ed25519 -C "%USER%@%DOMAIN%"
|
|
|