-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
-
None
-
Severity 3 - Minor
I believe the new version of SourceTree doesn't properly configure the .ssh/config. My temporary workaround has been modifying it from:
- — SourceTree Generated —
Host UNAME
HostName github.com
User UNAME
PreferredAuthentications publickey
IdentityFile /Users/UNAME/.ssh/UNAME
UseKeychain yes
AddKeysToAgent yes - ----------------------------
To:
Host *
IdentityFile ~/.ssh/UNAME
—
It appears we have a conflict with known_hosts, or we're not setting the account properly