SSH: Bad SSH2 cipher spec
- 2018.11.05
- mac
現象
- MacのOSをモハーベに変えたら突然GitでPull時に掲題のエラーが出てPull出来なくなった
条件
- iMac(Late2015, OS10.14)
- MacbookPro(Early2015, OS10.14.1)
エラー詳細
1 2 3 4 5 6 7 8 |
$ git clone git@github.com:xxx/Hoge.git Cloning into 'Hoge'... ~/.ssh/config line xx: Bad SSH2 cipher spec 'arcfour256,arcfour128,arcfour'. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. |
対策
下記参考リンク通りにしたらいけた
~/.ssh/config
1 2 |
Ciphers +aes256-cbc,aes192-cbc,aes128-cbc |
原因?
3日前くらいにOSをモハーベにした以外は特に触っていないのでそれかなぁ・・・
-
前の記事
USBType-CからUSBTypeAへ変換するアダプタについて 2018.11.04
-
次の記事
記事がありません
コメントを書く