Tag: deploy keys
-
Using multiple deploy keys on github using .ssh/config
You can use multiple deploy keys for Github created with ssh-keygen following with these steps. You have to add to your ~/.ssh/config If you haven’t added your github name on git: Then clone your repository specifying your custom host, adapting what github suggest to you on repo page: If you have enabled push permissions you […]