mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
disable StrictHostKeyChecking
This commit is contained in:
parent
574f22a632
commit
a18710a46c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue