Tuesday 18 December 2018

Quickly ssh into repeatly new Linux instances with same IP without host key check

WARNING: this is extremely dangerous on networks not completely TRUSTED

Host 10.10.* *.mycompany.org
  User myuser
  IdentityFile /home/myuser/.ssh/my_ssh_key
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...