Hi Experts,
I am trying to sftp a windows file to a unix host using the below sftp script.
#!/usr/bin/bash
#
# Calypso/ctrlm/bin/s
ftp.sh #
sftp yol_sftp@globxxxx.systems.
uk.hsbc
but I get the below coming up on the screen:
The authenticity of host 'globxxxx.systems.uk.hsbc (128.9.116.24)' can't be established
RSA key fingerprint is e3:xx:xx:xx:d1:xx:4b:f2:xx
:9f:baxx:x
x:xx:04xx.
Are you sure you want to continue connecting (yes/no)?
Can you help me send yes to the prompt automatically?
I am a real rookie to this scripting so any help would be great
Thanks,
Margin_Walker
Start Free Trial