Veeam-REPO-SSH-fix.sh
· 207 B · Bash
原始檔案
# from: https://forums.veeam.com/veeam-backup-replication-f2/info-veeam-can-not-connect-to-openssh-8-8-t76832.html
# Add to /etc/ssh/sshd_config:
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
1 | # from: https://forums.veeam.com/veeam-backup-replication-f2/info-veeam-can-not-connect-to-openssh-8-8-t76832.html |
2 | # Add to /etc/ssh/sshd_config: |
3 | |
4 | HostkeyAlgorithms +ssh-rsa |
5 | PubkeyAcceptedAlgorithms +ssh-rsa |