LoginSignup
10
10

More than 5 years have passed since last update.

SSHのknown_hosts

Posted at

Capistarano実行しようとしたらgit cloneができないってのがある。
known_hostsにgitのhostが含まれてないから。

これを解決するには
こんな感じに./ssh/configに書いておくといいみたい

Host github.com
  StrictHostKeyChecking no

Host bitbucket.org
  StrictHostKeyChecking no
10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10