Backup Fail ( Password Less)
Hi, when i try make a vertica backup an error happens:
"Error: Unable to connect to backup host via password-less SSH: 127.0.0.1."
In VBR.PY log:
"$
2018-07-26 08:14:23 localhost backup_python Error on SSH to backup host: 127.0.0.1.
2018-07-26 08:14:23 localhost backup_python Error output from SSH:
2018-07-26 08:14:23 localhost backup_python ssh: connect to host 127.0.0.1 port 22: Connection refused
2018-07-26 08:14:23 localhost vbr Error: Unable to connect to backup host via password-less SSH: 127.0.0.1.
Backup FAILED."
But my server port is 2264 and i set in transmission on backup.ini: port_ssh_backup = 2264.
Why occurs this error? I set the correct port but the server try to make the backup on ssh port 22, how do i force the server to do an ssh on 2264 port?
Thanks!!