SSH backup issue on Global

SSH backup issue on Global

it you are having issue with backup using SSH because they have a new Linux server with OpenSSH version 

OpenSSH_9.6p1 the customer needs to do this on their Lunix server to correct it.

Get Open SSH version 

ssh -V

sudo nano /etc/ssh/sshd_config
add this line to the end
PubkeyAcceptedAlgorithms +ssh-rsa
restart ssh server
sudo systemctl restart sshd