From a18710a46c943668c1a4baeff76cdba8f8302bef Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 13:29:33 -0500 Subject: [PATCH] disable StrictHostKeyChecking --- scripts/deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 26ae45995..11f0f8fb7 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -export SSHPASS=$FTP_PASSWORD -sshpass -e sftp -oBatchMode=no -b - $FTP_USER@$FTP_HOST:$FTP_DIR << ! +sshpass -p $FTP_PASSWORD ssh -o StrictHostKeyChecking=no $FTP_USER@$FTP_HOST:$FTP_DIR << ! put -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/* bye \ No newline at end of file