Ignore host key for SSH connection

Ignore host key for SSH connection

Configure in ~/.ssh/config

Add option to specific host for login user.

Host server_names
    StrictHostKeyChecking no

Configure in /etc/ssh/ssh_config

This is to set for all servers and all users

StrictHostKeyChecking no

References

[Linux](EN) Disable host key checking while connecting ssh

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


The reCAPTCHA verification period has expired. Please reload the page.