Re: Win 11 + Smarcard: SSH public key authentication fails

2024-01-17 Thread Thomas via Gnupg-users
Hello, accidently I identified the root cause for this issue. I executed this SSH command: ssh I didn't use ssh @ on purpose because I'm used to use the same user on remoteserver as on client. After executing SSH command ssh @ gpg-agent works as expected and I can login with public key.

Re: Win 11 + Smarcard: SSH public key authentication fails

2024-01-17 Thread Werner Koch via Gnupg-users
On Wed, 17 Jan 2024 08:22, Thomas said: > I didn't use ssh @ on purpose because I'm used to > use the same user on remoteserver as on client. Common problem for me too when I ssh into a Windows box where I use a different user name on purpose ;-). This way you don't accidently login into a

Re: running gpg-agent in foreground

2024-01-17 Thread Werner Koch via Gnupg-users
On Wed, 17 Jan 2024 14:01, Falko Strenzke said: > I would like to run my development version of GPG-agent under valgrind. As I > understand it, for that purpose I have to run it in the foreground, i.e. in > server mode. However, whenever I launch it as No, that will not work for you. I recommend

Re: running gpg-agent in foreground

2024-01-17 Thread Falko Strenzke
Thanks, the first approach seems to work fine for me. - Falko Am 17.01.24 um 17:56 schrieb Werner Koch: On Wed, 17 Jan 2024 14:01, Falko Strenzke said: I would like to run my development version of GPG-agent under valgrind. As I understand it, for that purpose I have to run it in the

running gpg-agent in foreground

2024-01-17 Thread Falko Strenzke
I would like to run my development version of GPG-agent under valgrind. As I understand it, for that purpose I have to run it in the foreground, i.e. in server mode. However, whenever I launch it as ./bin/gpg-agent --homedir   --log-file agent.log --server --debug-all then, when I launch a