I know it is an old question but for anybody coming here, the solution, at least on Linux, is to…
Set the StrictHostKeyChecking
option to no
, either in the config file or via -o
:
ssh -o StrictHostKeyChecking=no username@hostname.com
Set the StrictHostKeyChecking
option to no
, either in the config file or via -o
:
ssh -o StrictHostKeyChecking=no username@hostname.com