![]() |
![]() |
EnderUNIX tipsMail to My Friend , Home Page[ Shell Scripting ] "Automatize/get Rid Of "RSA fingerprint" warning of ssh/scp" - Metin KAYA - (2011-08-23 14:55:29) [9431] In order to get rid of RSA fingerprint messages of scp/ssh commands, and automatize a shell script, "StrictHostKeyChecking" option of SSH can be used: # scp -o StrictHostKeyChecking=no femto_sniffer root@192.168.1.100: Warning: Permanently added '192.168.1.100' (RSA) to the list of known hosts. root@192.168.1.100's password: Mail to My Friend , Home Page |
|