<?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 Re: ssh_exchange_identification: read: Connection reset by peer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142913#M452912</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Any Idea on this</description>
    <pubDate>Tue, 25 Nov 2008 14:38:25 GMT</pubDate>
    <dc:creator>Grayh</dc:creator>
    <dc:date>2008-11-25T14:38:25Z</dc:date>
    <item>
      <title>ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142912#M452911</link>
      <description>This is a continuation of the thread &lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1227622458337+28353475&amp;amp;threadId=1291178.." target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1227622458337+28353475&amp;amp;threadId=1291178..&lt;/A&gt; To remove confusion I am doing this...&lt;BR /&gt;&lt;BR /&gt;My issue is ssh get frequently disconnected with the following messages:-&lt;BR /&gt;&lt;BR /&gt;And when SSh gets disconnected, Also telnet dosent work but I can still ping the server &lt;BR /&gt;&lt;BR /&gt;ssh_exchange_identification: read: Connection reset by peer&lt;BR /&gt;ssh: connect to host port 22: Connection refused&lt;BR /&gt;&lt;BR /&gt;Other Findings:-&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep sshd&lt;BR /&gt;root 24563 5894 0 08:39:54 ? 0:00 sshd: root@pts/0&lt;BR /&gt;root 24678 24596 0 08:44:24 pts/0 0:00 grep sshd&lt;BR /&gt;root 5894 1 0 16:33:53 ? 0:00 /opt/ssh/sbin/sshd&lt;BR /&gt;&lt;BR /&gt;Here are some more errors found ...&lt;BR /&gt;&lt;BR /&gt;sshd[5894]: Server listening on :: port 22.&lt;BR /&gt;sshd[5894]: Server listening on 0.0.0.0 port 22.&lt;BR /&gt;sshd[5904]: error: Bind to port 22 on :: failed: Address already in use.&lt;BR /&gt;sshd[5904]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.&lt;BR /&gt;&lt;BR /&gt;sshd[5904]: fatal: Cannot bind any address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also see many debugs when i issue the below command&lt;BR /&gt;&lt;BR /&gt;# ssh -v hpbox01&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;HP-UX Secure Shell-A.05.10.007, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to hpbox01 [10.3.20.23] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/identity type -1&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_5.1p1+sftp&lt;BR /&gt;filecontrol-v1.2-hpn13v5&lt;BR /&gt;debug1: match: OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: AUTH STATE IS 0&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-cbc'&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-cbc'&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;The authenticity of host 'hpbox01 (10.3.20.23)' can't be established.&lt;BR /&gt;RSA key fingerprint is 90:a8:40:29:74:aa:17:43:b0:df:f4:a7:59:3b:b2:5e.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? y&lt;BR /&gt;Please type 'yes' or 'no': yes&lt;BR /&gt;Warning: Permanently added 'hpbox01,10.3.20.23' (RSA) to the list of known hosts.&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interacti&lt;BR /&gt;ve&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/identity&lt;BR /&gt;debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;How will I be able to resolve this..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 14:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142912#M452911</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142913#M452912</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Any Idea on this</description>
      <pubDate>Tue, 25 Nov 2008 14:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142913#M452912</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142914#M452913</link>
      <description>I have the latest version of SSH installed &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; T1471AA               A.05.10.007    HP-UX Secure Shell &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 14:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142914#M452913</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142915#M452914</link>
      <description>&amp;gt; This is a continuation of the thread&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;When you cite a thread here, it's best to&lt;BR /&gt;omit the "11", "12", or "13" from the host&lt;BR /&gt;name, and also to omit the "admit=" piece of&lt;BR /&gt;the URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1291178" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1291178&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's also safer from stray punctuation (like&lt;BR /&gt;"..") on a line of its own.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ssh: connect to host port 22: Connection refused&lt;BR /&gt;&lt;BR /&gt;"Connection refused" normally means that the&lt;BR /&gt;server (here, "sshd") is not running (or&lt;BR /&gt;configured to run).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; sshd[5904]: error: Bind to port 22 on :: failed: Address already in use.&lt;BR /&gt;&lt;BR /&gt;You can run only one "sshd" at a time (on&lt;BR /&gt;the same port at the same IP address).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; debug1: Trying private key: /.ssh/identity&lt;BR /&gt;&amp;gt; debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;&amp;gt; debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;&amp;gt; debug1: Next authentication method: keyboard-interactive &lt;BR /&gt;&lt;BR /&gt;Apparently, those keys were bad (according&lt;BR /&gt;to the server).&lt;BR /&gt;&lt;BR /&gt;You might see if you can correlate error&lt;BR /&gt;messages in the server's system log files&lt;BR /&gt;with these actions on the client.</description>
      <pubDate>Tue, 25 Nov 2008 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142915#M452914</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-25T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142916#M452915</link>
      <description>Hi Grayh,&lt;BR /&gt;&lt;BR /&gt;It doesn't seems to be SSH issue. Because telnet is also not working at the same time.&lt;BR /&gt;&lt;BR /&gt;I would go with updating all network patches. Or install the latest patch bundle which has all network subsystem patches.</description>
      <pubDate>Tue, 25 Nov 2008 14:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142916#M452915</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-25T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142917#M452916</link>
      <description>Hi,&lt;BR /&gt;I couldn't read the URL, as the servers are down.&lt;BR /&gt;&lt;BR /&gt;If you have already done the following, please ignore it. &lt;BR /&gt;&lt;BR /&gt;There could be a dupluicate IP in the n/w. Please run the following commads&lt;BR /&gt;&lt;BR /&gt;ll /var/adm/nettl*&lt;BR /&gt;&lt;BR /&gt;I assume that /var/adm/nettl.LOG000 has the latest timestamp&lt;BR /&gt;&lt;BR /&gt;netfmt -F -t 15 &lt;BR /&gt;/var/adm/nettl.LOG000&lt;BR /&gt;&lt;BR /&gt;You would know if there is duplicate IP&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ravi.</description>
      <pubDate>Tue, 25 Nov 2008 15:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142917#M452916</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2008-11-25T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142918#M452917</link>
      <description>Thanks everyone...&lt;BR /&gt;&lt;BR /&gt;# ll /var/adm/nettl*&lt;BR /&gt;-rw-r--r--   1 root       root         69041 Nov 25 10:40 /var/adm/nettl.LOG000&lt;BR /&gt;# netfmt -F -t 15&lt;BR /&gt;&lt;BR /&gt;Usage   :       netfmt  [ -s ] [ -p ] [ -c config_file ]&lt;BR /&gt;                        [ -k ] [ -t records ] [ -F ]&lt;BR /&gt;                        [ -v ] [ -l ] [ -n ] [ -N | [ -1 [ -LT [ D ] ] ] ]&lt;BR /&gt;                        [ [ -k ] [ -f ] input_file ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netfmt          Cannot read from a terminal.&lt;BR /&gt;                Specify input file via the -f option,&lt;BR /&gt;                redirecting standard input, or from a pipe.&lt;BR /&gt;&lt;BR /&gt;I am not able to make out if there is a duplicate IP present&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have some errors showing up when I run the below command&lt;BR /&gt;netfmt -t 50 -f /var/adm/nettl.LOG000&lt;BR /&gt;&lt;BR /&gt;32 09:53:36 6927510 1 T.. 0 0 IP: Hardware address '00:50:56:ba:7c:6a' trying to&lt;BR /&gt; be our address 010.003.090.050!&lt;BR /&gt;&lt;BR /&gt;-----------------------------------STREAMS/UX-------------------------------@#%&lt;BR /&gt;  Timestamp            : Tue Nov 25 EST 2008 10:12:23.328798&lt;BR /&gt;  Process ID           : [ICS]              Subsystem        : STREAMS&lt;BR /&gt;  User ID ( UID )      : -1                 Log Class        : ERROR&lt;BR /&gt;  Device ID            : 0                  Path ID          : 0&lt;BR /&gt;  Connection ID        : 0                  Log Instance     : 0&lt;BR /&gt;  Location             : 00123&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;33 10:12:23 7040231 1 T.. 0 0 IP: Hardware address '00:50:56:ba:7c:6a' trying to&lt;BR /&gt; be our address 010.003.090.050!&lt;BR /&gt;&lt;BR /&gt;-----------------------------------STREAMS/UX-------------------------------@#%&lt;BR /&gt;  Timestamp            : Tue Nov 25 EST 2008 10:31:26.109416&lt;BR /&gt;  Process ID           : [ICS]              Subsystem        : STREAMS&lt;BR /&gt;  User ID ( UID )      : -1                 Log Class        : ERROR&lt;BR /&gt;  Device ID            : 0                  Path ID          : 0&lt;BR /&gt;  Connection ID        : 0                  Log Instance     : 0&lt;BR /&gt;  Location             : 00123&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;34 10:31:26 7154509 1 T.. 0 0 IP: Hardware address '00:50:56:ba:7c:6a' trying to&lt;BR /&gt; be our address 010.003.090.050!&lt;BR /&gt;&lt;BR /&gt;-----------------------------------STREAMS/UX-------------------------------@#%&lt;BR /&gt;  Timestamp            : Tue Nov 25 EST 2008 10:40:34.280151&lt;BR /&gt;  Process ID           : [ICS]              Subsystem        : STREAMS&lt;BR /&gt;  User ID ( UID )      : -1                 Log Class        : ERROR&lt;BR /&gt;  Device ID            : 0                  Path ID          : 0&lt;BR /&gt;  Connection ID        : 0                  Log Instance     : 0&lt;BR /&gt;  Location             : 00123&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;35 10:40:34 7209327 1 T.. 0 0 IP: Hardware address '00:50:56:ba:7c:6a' trying to&lt;BR /&gt; be our address 010.003.090.050!&lt;BR /&gt;&lt;BR /&gt;If I have to install the ntwk. patches... which all nwtk patches do i have to Install.. Plz Advise&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 15:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142918#M452917</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T15:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142919#M452918</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is another system in your network which has the same IP.&lt;BR /&gt;&lt;BR /&gt;35 10:40:34 7209327 1 T.. 0 0 IP: Hardware address '00:50:56:ba:7c:6a' trying to &lt;BR /&gt;be our address 010.003.090.050! &lt;BR /&gt;&lt;BR /&gt;Please conatct the network team to identify the lan card which has the MAC 010.003.090.050!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Tue, 25 Nov 2008 16:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142919#M452918</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2008-11-25T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142920#M452919</link>
      <description>010.003.090.050 is the IP of the server in question...&lt;BR /&gt;&lt;BR /&gt;Dont know what 00:50:56:ba:7c:6a is..&lt;BR /&gt;&lt;BR /&gt;looks like some ip ending with 106...&lt;BR /&gt;&lt;BR /&gt;What would be my next step</description>
      <pubDate>Tue, 25 Nov 2008 16:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142920#M452919</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T16:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142921#M452920</link>
      <description>TO resolve the issue, please change the IP adderess on the server.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;lanscan|grep -i 010003090050&lt;BR /&gt;lanscan |grep -i 005056ba7c6a&lt;BR /&gt;&lt;BR /&gt;One LAN interface would be present on your server. The other MAC address will be some other system in the n/w. Please identify the system, shutdown it, the issue will be resolved.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Ravi</description>
      <pubDate>Tue, 25 Nov 2008 16:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142921#M452920</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2008-11-25T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142922#M452921</link>
      <description># lanscan&lt;BR /&gt;Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In# State NamePPA        ID  Type      Support Mjr#&lt;BR /&gt;0/2/2/0  0x001F29F280AA 2   UP    lan2 snap2     1   ETHER     Yes     119&lt;BR /&gt;0/1/1/0  0x001F29F280AC 0   UP    lan0 snap0     2   ETHER     Yes     119&lt;BR /&gt;0/1/1/1  0x001F29F280AD 1   UP    lan1 snap1     3   ETHER     Yes     119&lt;BR /&gt;0/2/2/1  0x001F29F280AB 3   UP    lan3 snap3     4   ETHER     Yes     119&lt;BR /&gt;&lt;BR /&gt;It does not show any of the mac addresses listed in the error</description>
      <pubDate>Tue, 25 Nov 2008 16:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142922#M452921</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-25T16:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142923#M452922</link>
      <description>Do you have APA or VLAN configured?&lt;BR /&gt;&lt;BR /&gt;netstat -ni&lt;BR /&gt;lanscan -V scan&lt;BR /&gt;lanscan -q&lt;BR /&gt;&lt;BR /&gt;If possible, please change the IP address on your server. This will solve the problem.&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Tue, 25 Nov 2008 16:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142923#M452922</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2008-11-25T16:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142924#M452923</link>
      <description>From errors: &lt;BR /&gt;&amp;gt;Here are some more errors found ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sshd[5894]: Server listening on :: port 22.&lt;BR /&gt;&amp;gt;sshd[5894]: Server listening on 0.0.0.0 port 22.&lt;BR /&gt;&amp;gt;sshd[5904]: error: Bind to port 22 on :: &amp;gt;failed: Address already in use.&lt;BR /&gt;&amp;gt;sshd[5904]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sshd[5904]: fatal: Cannot bind any address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try to stop ssh daemon: &lt;BR /&gt;#/sbin/init.d/secsh stop (or what is your start/stop script)&lt;BR /&gt;&lt;BR /&gt;check for running daemon : &lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep sshd&lt;BR /&gt;&lt;BR /&gt;check for process, using the port:&lt;BR /&gt;&lt;BR /&gt;#lsof -i tcp | grep 22&lt;BR /&gt;&lt;BR /&gt;start sshd daemon.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 16:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142924#M452923</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-11-25T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142925#M452924</link>
      <description>Thanks every One It was due to IP COnflict and now it has been resolved</description>
      <pubDate>Wed, 26 Nov 2008 13:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142925#M452924</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-26T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_exchange_identification: read: Connection reset by peer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142926#M452925</link>
      <description>Thanks Again</description>
      <pubDate>Wed, 26 Nov 2008 13:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-exchange-identification-read-connection-reset-by-peer/m-p/5142926#M452925</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-26T13:40:13Z</dc:date>
    </item>
  </channel>
</rss>

