Displaying 2 results from an estimated 2 matches for "test_id_rsa".
2018 Apr 10
4
Signed SSH key issue with OpenSSH6.4p1
...d-cert.pub'
root at test.domain.com).
? command-line: line 0: Bad configuration option: certificatefile
2. Tried by changing the ~/.ssh/config or /etc/ssh/ssh_config
? same problem, it says Bad configuration option: certificatefile
3. Tried renaming the files to test_id_rsa and test_id_rsa.pub and
test_id_rsa-cert.pub.
? Asking for the passphrase of the signed cert.
Successful Scenarios:
1. When I rename all the keys to the default named id_rsa, id_rsa.pub
and id_rsa-cert.pub.
? No issues, I could ssh into the servers using either private key
or...
2024 Jan 23
2
How to determine which cipher was used to encrypt OpenSSH private keys
On Mon, 22 Jan 2024, Jakub Jelen wrote:
> Hi,
> looking through the key specification, you can see that its the second
> field in the key file:
>
> https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key#L11
>
> It looks like there is no convenient way to get this information with
> openssh cli, but given that the file format is just base64 encoded,
> you