Skip to content

The RSA host key has changed #606

Answered by hellt
fredsem asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fredsem
this behaviour is expected and has nothing to do with containerlab

you can create the ~/.ssh/config file with the following content to silence this warning

Host clab-*
  StrictHostKeyChecking no
  UserKnownHostsFile /dev/null

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hellt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants