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!

Error with SCP file transfer between hosts...

Gbenga AjakayeSep 27 2016 — edited Oct 24 2016

I got the error below while trying to move files between two of my servers using scp command.

[root@akure:/u01/app/oracle]# ping -c 3 eko

PING eko (192.168.1.102) 56(84) bytes of data.

64 bytes from eko (192.168.1.102): icmp_seq=1 ttl=64 time=7.12 ms

64 bytes from eko (192.168.1.102): icmp_seq=2 ttl=64 time=5.60 ms

64 bytes from eko (192.168.1.102): icmp_seq=3 ttl=64 time=5.78 ms

I got the error below. I'm not sure exactly what's going on. Has any faced this time of issue before? SSH is enabled on both.

--- eko ping statistics ---

3 packets transmitted, 3 received, 0% packet loss, time 2009ms

rtt min/avg/max/mdev = 5.604/6.171/7.129/0.681 ms

[root@akure:/u01/app/oracle]# scp initakuree_dg.ora oracle@eko:/u01/app/oracle/

ssh: connect to host eko port 22: Connection refused

lost connection

[root@akure:/u01/app/oracle]#

This post has been answered by Robert Chase on Oct 5 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2016
Added on Sep 27 2016
6 comments
2,264 views