0
ssh는 shub를 통해 github에 개인 키를 제공하려고 시도하지 않습니다
공개 키를 github에 업로드하고 ~ / .ssh / id_rsa에 개인 키가 있습니다. ~ / .ssh / config에 RSAAuthentication = yes 및 PubkeyAuthentication = yes를 추가 한 후에도 ssh는 개인 키를 시도하지 않는 것 같습니다. $ ssh -vT git@github.com .... debug1: Authentications that can continue: publickey debug1: No more authentication methods …