Hello,
I need to transfer files from a R80.30 Gateway to a R80.40 SmartCenter using SCP in a script without any user intervention. For this I generated id_rsa and id_rsa.pub files without a password. If I try the scp connection, it always asks me for a Passphrase.
[Expert@azurevmss002000003:0]# ssh admin@192.168.0.37
This system is for authorized use only.
Enter passphrase for key '/home/admin/.ssh/id_rsa':
SmartCenter:
chmod 600 /home/admin/.ssh/authorized_files on the SmartCenter
chmod 700 /home/admin/.ssh
Gateway:
chmod 600 /home/admin/.ssh/id_rsa
chmod 660 /home/admin/.ssh/id_rsa.pub
The Point is, it works fine with a R80.30 SmartCenter and the old SSHD, but in R80.40 the OpenSSHD Version 7.8.1 is used.
Does anybody succeeded to tranfers files from an older R80.30 Gateway to the new R80.40 SmartCenter.