pull/57/merge
Darius Brown 2024-09-28 00:52:08 +00:00 committed by GitHub
commit c03c1dd653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ function setup_shark(){
[[ -e $SSHKEYPATH ]] && printf "\n%s\n" "[!] $SSHKEYPATH does not exist" && sleep 2 && main_menu
fi
if [[ -z $SSHKEYPATH ]]; then
ssh-copy-id -i root@172.16.24.1
ssh-copy-id "root@172.16.24.1"
else
ssh-copy-id -i $SSHKEYPATH "root@172.16.42.1"
fi