fix sftp host key checking
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 8m49s
/ Build BaseBand Loader (push) Successful in 5m58s
/ Build BaseBand Server (push) Successful in 3m3s

This commit is contained in:
Daniella / Tove 2024-06-09 13:20:36 +02:00
parent d2295e738a
commit 9d0d39df03
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
1717894374
1717932046

View file

@ -1 +1 @@
1717894374
1717932046

View file

@ -1 +1 @@
1717894374
1717932046

View file

@ -5,5 +5,5 @@
echo "$SSH_PRIVATEKEY" > ssh_key
chmod 700 ssh_key
scp -i ssh_key -P "$BB_PORT" "$1" "root@$BB_HOST:$BB_PATH"
scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" "$1" "root@$BB_HOST:$BB_PATH"
rm ssh_key