Uploaded image for project: 'Sourcetree For Mac'
  1. Sourcetree For Mac
  2. SRCTREE-4631

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low 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:

      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

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

                Created:
                Updated:
                Resolved: