Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Allow connection without StrictHostKeyChecking and UserKnownHostsFile #135

Open
vikas027 opened this issue Sep 22, 2020 · 1 comment

Comments

@vikas027
Copy link

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.

@shanyuen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants