enter remote host key
This commit is contained in:
parent
3c8f825e3f
commit
5a0ec99d86
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo "$SSH_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
|
|
||||||
ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
|
echo "abstractnonsen.se ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAufJTq206GOv0D8gHs2o3eDusLNWaB0U7JRhUYnux9B" >> ~/.ssh/known_hosts
|
||||||
chmod 644 ~/.ssh/known_hosts
|
chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
||||||
git config --global user.email "git@maximilian-kessler.de"
|
git config --global user.email "git@maximilian-kessler.de"
|
||||||
|
|
Loading…
Reference in a new issue