Replies: 4 comments 6 replies
-
Which gpg-agent are you using? can you link me? I'm trying to understand this all better. The part about you connecting to a host with ssh in powershell, that wouldn't use winssh-pageant at all, that's just ssh -> ssh-agent. |
Beta Was this translation helpful? Give feedback.
-
To answer your question directly, this tool should support anything the ssh-agent it's talking to supports. All it does is receive a binary message and forward that message to a different place, it's up to the applications on both ends to do it correctly. |
Beta Was this translation helpful? Give feedback.
-
I want to thank you for your answer. I couldn't get it to work as I intended, so I switched to a Unix based system where it is natively supported. A friend of mine got it to work though, so I guess it's more a user problem ^^" |
Beta Was this translation helpful? Give feedback.
-
@ndbeals experienced same issue with Doesn't seem to work concurrently with winssh-pageant, if I close the winssh-pageant process then the gpg-agent works as expected. |
Beta Was this translation helpful? Give feedback.
-
Hello and hi,
I am wondering if your pageant is capable of dealing with putty-enabled gpg-agents? I have a smartcard and would like to use it on windows as well. gpg and ssh on Debian is working fine, but I don't seem to be able to have it work on Windows, too. I installed winssh-pageant via winget and ran it as
wingssh-pageant.exe --sshpipe \\.\pipe\openssh-ssh-agent
gpg-agent is running. But connecting to a host with
ssh username@host
in PowerShell only throwsPermission denied (publickey)
and doesn't pop up the notification to confirm from gpg-agent.Looking forward using it!
PS: I hope this is fine, I assumed that this isn't an issue, but rather a question due to my stupidity 😁
Beta Was this translation helpful? Give feedback.
All reactions