Damus
🏳️‍⚧️ Chloé: ADhdSL 512Kb/s · 3w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqqv5atqz9k9c54q8c28kra6sfata0wk7w7x5gkrnde8vmxe5gt00q8mmv7s Isn't there a startup script that load custom keys in writable space and defaults to ...
Andrew Zonenberg profile picture
@nprofile1q... As far as I can see there is a startup script that loads RSA keys from the config (I haven't found it, but it exists, I can configure an RSA key via the CLI and it's applied on the next reload replacing the RSA key in the image).

But the ed25519 and ecdsa keys in the image don't seem to be supported by the same flow, e.g. there is an "ip ssh server host-key rsa" command but no "ip ssh server host-key ed25519" command
1
Andrew Zonenberg · 3w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqalqrefce2rehnhhqru9q2jdlvjkw3sd742y8fmnt7e5x9grgdslqetvm0w so basically you end up with the same global immutable ECC keys and you can roll the RSA key. So if you configure your client to only authenticate with RSA, everything is fine. But if y...