✔ Remote URL · ssh.pijul.com
? Do you want to change the default SSH key? (Current key: none) (y/n) ✔ Do you want to change the default SSH key? (Current key: none) · yes
? Select key ›
✔ Select key ·
ssh-ed25519: ................ (~/.ssh/id_ed25519)
~/.ssh/id_ed25519 is non-existent on my system, and I want to configure this to use the correct key I have for the nest associated with a different pubkey (on a hardware key - not a local private key!). Setting this up in ~/.ssh/config works:
Generation of the default identity doesn’t use the referenced key, rather it makes a new one (silently) in ~/.config/pijul/identities/default/ with what looks like a custom undocumented (in the https://nest.pijul.com/pijul/manual/ ) format 🙃
~/.ssh/id_ed25519
is non-existent on my system, and I want to configure this to use the correct key I have for the nest associated with a different pubkey (on a hardware key - not a local private key!). Setting this up in~/.ssh/config
works: