Migrate to ed25519 key, change id_rsa to identity file name
This commit is contained in:
@@ -13,6 +13,6 @@ function prepareGitAuth(){
|
||||
# git configure http authenticator
|
||||
git config --global credential.helper "store --file=$confdir/git-credentials"
|
||||
# git configure ssh auth
|
||||
git config --global core.sshcommand "ssh -i $confdir/ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -q"
|
||||
git config --global core.sshcommand "ssh -i $confdir/ssh/identity -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -q"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user