Is there any chance to skip the known_hosts
check without clearing known_hosts
or disable it in ssh.conf
? I neither have access to known_hosts
nor ssh.conf
yet.
Don't find any suitable in man
.
Is there any chance to skip the known_hosts
check without clearing known_hosts
or disable it in ssh.conf
? I neither have access to known_hosts
nor ssh.conf
yet.
Don't find any suitable in man
.
scp
is supposed to take the same command line options asssh
, try:Maybe add
-q
to disable the warnings as well.For those of us who are less versed in Linux shorthand, the full syntax would look something like this: