Hacker News new | ask | show | jobs
by js2 1004 days ago
Change from this:

  curl https://bitbucket.org/site/ssh >> ~/.ssh/known_hosts
To this:

  (curl https://bitbucket.org/site/ssh; echo) >> ~/.ssh/known_hosts
1 comments

You may have missed the part about "telling people they can trust the vendor instructions"...