Skip to content

Commit

Permalink
Use the updated ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jan 7, 2024
1 parent 73583a7 commit a7ce12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ set_tool_paths() {
$(ssh -V 2>&1 | grep -c SSH_9.) == 1 || $(ssh -V 2>&1 | grep -c SSH_10.) == 1 ]]; then
echo " PubkeyAcceptedAlgorithms +ssh-rsa" >> ssh_config
fi
scp2="scp -F ../resources/ssh_config"
ssh2="ssh -F ../resources/ssh_config"
scp2="scp -F ./ssh_config"
ssh2="ssh -F ./ssh_config"
}

install_depends() {
Expand Down

0 comments on commit a7ce12a

Please sign in to comment.