Main Menu

Search

LINUX: SSH Command To Login without Strict Host Key Checking and Host IP Checking (How To) ("ssh" Command)

Below SSH command can be used to login to remote host without Strict Host Key Checking and Host IP Checking.

ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oCheckHostIP=no root@<remotehost IP>

 

Products to which Article Applies

All Linux Operating Systems

 

tarun boyella

No comments:

Post a Comment