Re: SSH public key comment field and gpg-agent

2016-10-17 Thread John Lane
> > Agreed, that would be useful. Feel free to open a bug report. > raised https://bugs.gnupg.org/gnupg/issue2760 ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: SSH public key comment field and gpg-agent

2016-10-17 Thread Justus Winter
Hi :) John Lane writes: > If the key is in the agent because of the gpg keyring then it is known > as "(none)". If I do "ssh-add -L" I will see "(none)" at the end of the > output: > > ssh-rsa B3NzaC1yc2EDAQAHT...IfFoxh2j13b3 (none) > > The reason that I stumbled upon this was because

SSH public key comment field and gpg-agent

2016-10-15 Thread John Lane
The SSH public key format contains a comment field (RFC4716, s3.3.2): The comment header contains a user-specified comment. u...@example.com >From "man sshd": Public keys consist of the following space-separated fields: options, keytype, base64-encoded key, comment. The com