Source (AWS)
hec000324.aws.honeywell.com
Target (Honeywell Data Center)
10.224.50.228 - HIC008035 (DE08) - BRX
10.195.48.121 - ARD (AZ66)
Login to AWS
ssh -i andrew_rsa.pem [email protected]
Login to BRX
ssh [email protected]
hsapfn16 / <password>
Login to BRD
ssh [email protected]
hsapus10 / <password>
Create File in AWS
dd if=/dev/zero of=file.txt count=1024 bs=1024
Transfer File to BRX Server
scp file_50mb.txt
[email protected]:/interf/BRX/sftptest
scp file_30mb.txt
[email protected]:/interf/BRX/sftptest
scp file2.txt
[email protected]:/interf/BRX/sftptest
Transfer File to ARD Server
scp file_1gb.txt
[email protected]:/interf/ARD/sftptest
scp file_20mb.txt
[email protected]:/interf/ARD/sftptest
scp file_50mb.txt
[email protected]:/interf/ARD/sftptest