I need to do an automatic secure copy between my server (FreeBSD 8.2) and other server (not owned by me, and using FreeBSD 6.3). Apparently the different type of OpenSSH didn't agree to create an automatic scp. This is when I type in:
Is there a way to solve this?
Bogi Aditya
Telkom Institute of Management
http://www.imtelkom.ac.id
Code:
$ telnet 10.1.1.5 22 (10.1.1.5 use FreeBSD 6.3)
Trying 10.1.1.5...
Connected to 10.1.1.5.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.5p1 FreeBSD-20061110
$ telnet 10.1.1.28 22 (10.1.1.28 use FreeBSD 8.2)
Trying 10.1.1.28...
Connected to 10.1.1.28.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.4p1 FreeBSD-20100308
Bogi Aditya
Telkom Institute of Management
http://www.imtelkom.ac.id