mole icon indicating copy to clipboard operation
mole copied to clipboard

Feature Request - Allow connection without StrictHostKeyChecking and UserKnownHostsFile

Open vikas027 opened this issue 5 years ago • 1 comments

It would be great if there is a way to disable StrictHostKeyChecking in the SSH config file like below.

Host example
  User mole
  Hostname 127.0.0.1
  Port 22122
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null
  IdentityFile test-env/ssh-server/keys/key

My use case is that I deploy a lot of SSH servers where the bastion's IP either keep on changing (due to security) or when working on temporary environments.

vikas027 avatar Sep 22 '20 08:09 vikas027

I agree with this. For additional feature, it will confirming us to add it in our knownhosts file, just like any ssh clients did.

shanyuen avatar Oct 21 '20 19:10 shanyuen