Just wondering... does `go install` command only accepts no-passpharse ssh key?

I was trying to go install a private repo, with files under ~/.ssh all right.
But no matter how I tried, there was just permisson denied. But git clone
encountered no problem.
When i replaced the original key with a new key, removing passpharse,
and finally it worked.
So just wondering, does go install only accepts no-passphrase ssh
key? It seems a little unsafe & inconvenient to me.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.