<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic connection closed by ssh server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480063#M82274</link>
    <description># ssh -v 10.0.0.1&lt;BR /&gt;debug1: Authentication that can continue: Public, keyboard-interactive&lt;BR /&gt;debug1: Next Authentication method: public&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;&lt;THEN almost="" 5-10="" minutes="" delay=""&gt;&lt;BR /&gt;&lt;BR /&gt;Connection closed by 10.0.0.1&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Please suggest&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;/THEN&gt;</description>
    <pubDate>Sat, 15 Aug 2009 10:37:52 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2009-08-15T10:37:52Z</dc:date>
    <item>
      <title>connection closed by ssh server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480063#M82274</link>
      <description># ssh -v 10.0.0.1&lt;BR /&gt;debug1: Authentication that can continue: Public, keyboard-interactive&lt;BR /&gt;debug1: Next Authentication method: public&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;&lt;THEN almost="" 5-10="" minutes="" delay=""&gt;&lt;BR /&gt;&lt;BR /&gt;Connection closed by 10.0.0.1&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Please suggest&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;/THEN&gt;</description>
      <pubDate>Sat, 15 Aug 2009 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480063#M82274</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-08-15T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: connection closed by ssh server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480064#M82275</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Please suggest&lt;BR /&gt;&lt;BR /&gt;How about a useful problem description?&lt;BR /&gt;&lt;BR /&gt;Describe your SSH client system/software.&lt;BR /&gt;&lt;BR /&gt;Describe your SSH server system/software.&lt;BR /&gt;&lt;BR /&gt;Look at the system logs on the server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # ssh -v 10.0.0.1&lt;BR /&gt;&lt;BR /&gt;What happens with other client systems?&lt;BR /&gt;&lt;BR /&gt;What happens with other server systems?&lt;BR /&gt;&lt;BR /&gt;What happens with other services, like, say,&lt;BR /&gt;Telnet, rsh, and so on?</description>
      <pubDate>Sat, 15 Aug 2009 11:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480064#M82275</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-15T11:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: connection closed by ssh server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480065#M82276</link>
      <description>In this case, I would use tcpdump to identify if at least an initial connection is done. From the output of your command, it looks like there is some kind of filtering of the packages. Do you have any host firewall or firewall in between the hosts? Do you have the same problem using another user? Is this problem particular to the 10.0.0.1 host?</description>
      <pubDate>Sat, 15 Aug 2009 21:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480065#M82276</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-15T21:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: connection closed by ssh server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480066#M82277</link>
      <description>Try to change DNS reverse checks in sshd_config: &lt;BR /&gt;&lt;BR /&gt;UseDNS no&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Sun, 16 Aug 2009 04:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480066#M82277</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-08-16T04:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: connection closed by ssh server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480067#M82278</link>
      <description>Thanks Steven Schweda,  Ivan Ferreira  and  Ivan Krastev for help/suggestions&lt;BR /&gt;&lt;BR /&gt;actually the problem was with wan link/connection b/w ssh client and server(10.0.0.1), and nothing wrong with either the client and server... issue disappear&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 04:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connection-closed-by-ssh-server/m-p/4480067#M82278</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-08-17T04:42:10Z</dc:date>
    </item>
  </channel>
</rss>

