Provide repository credentials for this bot
When trying to create a Bot within Xcode I am a little confused of how I can auuthenticate against my remote repo. What syntax do I use to authenticate over SSH?
This is my setup...
MacPro (Mid 2010) running Yosemite (My dev machine running Xcode 6.1.1 (6A2008a). This machine also has Xcode server 4.0.3 (14S350) running.
MacBookPro running same version of Xcode.
Synology NAS. This runs a Git Server Package. I can create remote repo's on my NAS manually through terminal / SSH and everything works fine and as expected i.e. I can push / pull commit manually as well as through Xcode running on my MacPro and MacBookPro.