<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=23&amp;t=2487" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2016-11-28T03:11:43+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=23&amp;t=2487</id>
<entry>
<author><name><![CDATA[chmmeng]]></name></author>
<updated>2016-11-28T03:11:43+01:00</updated>
<published>2016-11-28T03:11:43+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9181#p9181</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9181#p9181"/>
<title type="html"><![CDATA[Re: [Solved] How to login to a remote linux server from win1]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9181#p9181"><![CDATA[
<div class="quotetitle">chmmeng wrote:</div><div class="quotecontent"><br />I want to login to the linux server from windows by putty!<br /><br />SSH Server: centos 6.5<br /><br />SSH client： win10+putty+yubikey+GPG4win<br /><br />It's seem to the putty can't access the gpg-agent. <br /><br />  C:\Program Files (x86)\GNU\GnuPG&gt;ssh-add -l<br />   Could not open a connection to your authentication agent.<br /><br />The details as below:<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;gpg-agent  --enable-ssh-support --enable-putty-support  --daemon --debug-level expert /bye<br />gpg-agent[27380]: enabled debug flags: command cache assuan<br />gpg-agent[27380]: listening on socket `C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent'<br />gpg-agent[27380]: listening on socket `C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent.ssh'<br />set GPG_AGENT_INFO=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent;27380;1<br />gpg-agent[27380]: gpg-agent (GnuPG) 2.0.29 started<br />gpg-agent[27380]: DBG: returning notify handle 00000210<br />gpg-agent[27380]: putty message loop thread 0x189c started<br />gpg-agent[27380]: handler 0x291c for fd 600 started<br />....<br />pg-agent[27380]: socket is still served by this server<br />gpg-agent[27380]: chan_0x00000260 -&gt; BYE<br />gpg-agent[27380]: chan_0x00000258 &lt;- BYE<br />gpg-agent[27380]: chan_0x00000258 -&gt; OK closing connection<br />gpg-agent[27380]: handler 0x291c for fd 600 terminated<br />gpg-agent[27380]: handler 0x2b6c for fd 596 started<br />gpg-agent[27380]: chan_0x00000254 -&gt; OK Pleased to meet you<br />gpg-agent[27380]: chan_0x00000254 &lt;- RESET<br />gpg-agent[27380]: chan_0x00000254 -&gt; OK<br />gpg-agent[27380]: chan_0x00000254 &lt;- [error: Input/output error]<br />gpg-agent[27380]: Assuan processing failed: Input/output error<br />gpg-agent[27380]: handler 0x2b6c for fd 596 terminated<br />gpg-agent[27380]: handler 0x694c for fd 584 started<br /><br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set GPG_AGENT_INFO=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent;27380;1<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set SSH_AUTH_SOCK=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent.ssh<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set SSH_AGENT_PID=27380<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;gpg-connect-agent -v  /bye<br />gpg-connect-agent: connection to agent established<br />gpg-connect-agent: closing connection to agent<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;ssh-add -l<br />Could not open a connection to your authentication agent.<br /><br />when I logon with putty.(&quot;attemp authentication using pageant&quot; checked)<br /><br />Get errors:<br /><br />  Disconnected： NO supported authentication methods available(server sent: publikey,gssapi-keyex,gssapi-with-mic)<br /><br /><br />what's the reason for that! Any help, greatly appreciated！Thanks！<br /><br />Solution：<br /><br />It's no need to gpg-agent.Download a pageant from here <br /><br /><!-- m --><a class="postlink" href="http://smartcard-auth.de/ssh-en.html">http://smartcard-auth.de/ssh-en.html</a><!-- m --> and It's OK!<br /></div><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4553">chmmeng</a> — Mon Nov 28, 2016 3:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chmmeng]]></name></author>
<updated>2016-11-22T07:57:12+01:00</updated>
<published>2016-11-22T07:57:12+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9171#p9171</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9171#p9171"/>
<title type="html"><![CDATA[[Solved] How to login to a remote linux server from win10?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2487&amp;p=9171#p9171"><![CDATA[
I want to login to the linux server from windows by putty!<br /><br />SSH Server: centos 6.5<br /><br />SSH client： win10+putty+yubikey+GPG4win<br /><br />It's seem to the putty can't access the gpg-agent. <br /><br />  C:\Program Files (x86)\GNU\GnuPG&gt;ssh-add -l<br />   Could not open a connection to your authentication agent.<br /><br />The details as below:<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;gpg-agent  --enable-ssh-support --enable-putty-support  --daemon --debug-level expert /bye<br />gpg-agent[27380]: enabled debug flags: command cache assuan<br />gpg-agent[27380]: listening on socket `C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent'<br />gpg-agent[27380]: listening on socket `C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent.ssh'<br />set GPG_AGENT_INFO=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent;27380;1<br />gpg-agent[27380]: gpg-agent (GnuPG) 2.0.29 started<br />gpg-agent[27380]: DBG: returning notify handle 00000210<br />gpg-agent[27380]: putty message loop thread 0x189c started<br />gpg-agent[27380]: handler 0x291c for fd 600 started<br />....<br />pg-agent[27380]: socket is still served by this server<br />gpg-agent[27380]: chan_0x00000260 -&gt; BYE<br />gpg-agent[27380]: chan_0x00000258 &lt;- BYE<br />gpg-agent[27380]: chan_0x00000258 -&gt; OK closing connection<br />gpg-agent[27380]: handler 0x291c for fd 600 terminated<br />gpg-agent[27380]: handler 0x2b6c for fd 596 started<br />gpg-agent[27380]: chan_0x00000254 -&gt; OK Pleased to meet you<br />gpg-agent[27380]: chan_0x00000254 &lt;- RESET<br />gpg-agent[27380]: chan_0x00000254 -&gt; OK<br />gpg-agent[27380]: chan_0x00000254 &lt;- [error: Input/output error]<br />gpg-agent[27380]: Assuan processing failed: Input/output error<br />gpg-agent[27380]: handler 0x2b6c for fd 596 terminated<br />gpg-agent[27380]: handler 0x694c for fd 584 started<br /><br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set GPG_AGENT_INFO=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent;27380;1<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set SSH_AUTH_SOCK=C:\Users\Administrator\AppData\Roaming\gnupg\S.gpg-agent.ssh<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;set SSH_AGENT_PID=27380<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;gpg-connect-agent -v  /bye<br />gpg-connect-agent: connection to agent established<br />gpg-connect-agent: closing connection to agent<br /><br />C:\Program Files (x86)\GNU\GnuPG&gt;ssh-add -l<br />Could not open a connection to your authentication agent.<br /><br />when I logon with putty.(&quot;attemp authentication using pageant&quot; checked)<br /><br />Get errors:<br /><br />  Disconnected： NO supported authentication methods available(server sent: publikey,gssapi-keyex,gssapi-with-mic)<br /><br /><br />what's the reason for that! Any help, greatly appreciated！Thanks！<br /><br />Solution：<br /><br />It's no need to gpg-agent.Download a pageant from here <br /><br /><!-- m --><a class="postlink" href="http://smartcard-auth.de/ssh-en.html">http://smartcard-auth.de/ssh-en.html</a><!-- m --> and It's OK!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4553">chmmeng</a> — Tue Nov 22, 2016 7:57 am</p><hr />
]]></content>
</entry>
</feed>