The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-17-2008
nua7 nua7 is offline
Registered User
  
 

Join Date: Mar 2008
Location: /bin/sh
Posts: 353
RSA key fingerprint needs to be avoided.

Hi All,

I need to scp a folder from one host to another in a script. When I run a command , it asks me to authenticate for the RSA key fingerprint for the first time.


Code:
[root@catinfo ~]# scp -r temp1 root@iqcarrot:/root/
The authenticity of host 'iqmango.apac.avaya.com (148.147.172.112)' can't be established.
RSA key fingerprint is ee:a6:76:6a:9f:35:28:bd:8b:94:14:52:de:03:09:72.
Are you sure you want to continue connecting (yes/no)

Is there any way by which this can be avoided.

Thanks!
nua7