Switch language한국어
Back to the list

Stop MitM on the first SSH connection, on any VPS or cloud provider | Hacker News

TL;DR AI

Key summary

2 min read
  1. Hacker News commenters discussed how risky SSH’s first connection is, since host key verification can be vulnerable to MITM attacks.

  2. Ideas included logging and comparing host key fingerprints, or using certificate/CA-based trust instead of manually accepting unknown hosts.

  3. The thread also covered safer cloud VM bootstrapping, including cloud-init, monkeysphere, GPG, and other ways to deliver secrets securely.

  4. Overall, the discussion showed how hard it is to automate secure access for new servers without weakening trust on first use.

Read the original