Re: Re: OpenPGP based SSH authentification

2015-06-16 Thread theoneandonly
thx for your answer. What kind of PGP smartcard are you using? 15. Jun 2015 19:54 by m...@confidantmail.org: > You can use the gpg-agent for ssh auth. > In gpg-agent.conf you put: > enable-putty-support > > Than you can run the agent like this: > "c:\Program Files (x86)\GNU\GnuPG.v2\bin\gpg-age

Re: OpenPGP based SSH authentification

2015-06-15 Thread Mike Ingle
You can use the gpg-agent for ssh auth. In gpg-agent.conf you put: enable-putty-support Than you can run the agent like this: "c:\Program Files (x86)\GNU\GnuPG.v2\bin\gpg-agent.exe" --daemon --enable-ssh-support [assuming that is where your GPG is installed] Putty will then login using the key