Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ssh_exchange_identification: Connection closed by remote host

629006May 13 2010 — edited May 31 2010
HI ,,

I have written a shell script it working fine but now i am facing this error
ssh_exchange_identification: Connection closed by remote host
lost connection
this is script
ssh root@127.1.2.2  'snoop -d bge0 -o /home/packet.cap host 127.5.5.5 ; exit'


ssh root@127.1.2.2  'scp /home/packet.cap root@127.5.2.2:/usr/; rm /home/packet.cap; exit'
and i added public/private key authentication too .


thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2010
Added on May 13 2010
7 comments
2,443 views