Make sure SourceTree's SSH config is properly set for authentication

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • None
    • Affects Version/s: None
    • Component/s: 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:

      1. — SourceTree Generated —
        Host UNAME
        HostName github.com
        User UNAME
        PreferredAuthentications publickey
        IdentityFile /Users/UNAME/.ssh/UNAME
        UseKeychain yes
        AddKeysToAgent yes
      2. ----------------------------

      To:

      Host *
      IdentityFile ~/.ssh/UNAME

       

       

      It appears we have a conflict with known_hosts, or we're not setting the account properly

            Assignee:
            Unassigned
            Reporter:
            Jesse Yowell (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: