davrodpin / mole

CLI application to create ssh tunnels focused on resiliency and user experience.

Home Page:https://davrodpin.github.io/mole/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - Allow connection without StrictHostKeyChecking and UserKnownHostsFile

vikas027 opened this issue · 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.

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