Closed
Description
I'm trying to add a cert. let message: Message = from_bytes(bytes)?;
fails with an error like this:
error: Utf8Error {
valid_up_to: 2,
error_len: Some(
1,
),
},
❯ ssh-add
Enter passphrase for /home/bbigras/.ssh/id_ed25519:
Bad passphrase, try again for /home/bbigras/.ssh/id_ed25519:
Identity added: /home/bbigras/.ssh/id_ed25519 (bbigras@desktop)
Certificate /home/bbigras/.ssh/id_ed25519-cert.pub (some_id) add failed: communication with agent failed