Created
June 30, 2020 23:51
-
-
Save conclusionlogic/7f2998bfd58863caef6b03ed3196876e to your computer and use it in GitHub Desktop.
[custom git ssh key] use a cusom ssh key with git commands #bash #git #ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
$ GIT_SSH_COMMAND='ssh -i /root/.ssh/random_rsa' git pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment