Skip to content

Commit

Permalink
Add cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent 56784f2 commit d622a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ then
SSH_COMMAND="ssh -vvv -i ~/.ssh/id_cwapb"
echo $SSH_COMMAND
echo "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" > ~/.ssh/known_hosts
echo "[ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" > ~/.ssh/known_hosts
echo "ssh.github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" > ~/.ssh/known_hosts
echo "[ssh.github.com]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" >> ~/.ssh/known_hosts
echo "ssh.github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" >> ~/.ssh/known_hosts


chmod 0600 ~/.ssh/id_cwapb
Expand Down Expand Up @@ -98,7 +98,7 @@ echo "#########################"
ls -la ~/.ssh
cat ~/.ssh/id_cwapb.pub
cat ~/.ssh/known_hosts
ssh -T -p 443 -i ~/.ssh/id_cwapb [email protected]
ssh -T -i ~/.ssh/id_cwapb [email protected]
echo "#########################"
git config --global core.pager cat
git config --list
Expand Down

0 comments on commit d622a0f

Please sign in to comment.