Is there any chance to skip the known_hosts check without clearing known_hosts or disable in ssh.conf? I neither have access to known_hosts nor ssh.conf yet. Don't find any suitable in man.
|
feedback
|
|
scp is supposed to take the same command line options as ssh, try: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null", maybe add -q to disable the warnings as well. | |||
|
feedback
|
known_hostsfile is created once you have connected, so all should be fine. – glglgl Nov 13 '11 at 12:36