This commit is contained in:
parent
23c49635ce
commit
ba34d99aaf
3
.github/github_pushback.sh
vendored
3
.github/github_pushback.sh
vendored
@ -3,7 +3,8 @@
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
|
||||
ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
|
||||
echo -e "Host git.pika-os.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
#echo -e "Host git.pika-os.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
echo -e "Host git.pika-os.com\n\tIdentityFile ~/.ssh/id_rsa\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
|
||||
#ssh-agent -a $SSH_AUTH_SOCK > /dev/null
|
||||
#ssh-add - <<< "$1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user