I'm trying to do something that just might not be possible, but here it goes.
I have a Synology DS918+ (w/16-GB RAM) that I want to use as a backup repository, but I also want the Fast Block Clone features of XFS. Since the Synology doesn't support XFS, I setup a Ubuntu 20.04 VM.
Since I've used it before, I used Tom Sightler's docker repository, but not using ZFS and instead, creating a separate virtual disk that I formatted with XFS.
The VM looks good, the docker looks good, I'm able to ssh in with the generated key but in Veeam B&R I add the credentials and get to the point of adding the server to Veeam but instead of displaying the ssh key fingerprint, it fails with "An established connection was aborted by the server".
For fun I tried other credentials, and they fail with the same message on this server. I think that's odd. Other linux repositories don't fail with this message if I use the wrong credentials.
I've found that message in the Svc.VeeamBackup.log (I'm not sure that's the correct log file) along with
Code: Select all
[26.10.2020 18:21:28] <76> Error An established connection was aborted by the server. (System.Exception)
[26.10.2020 18:21:28] <76> Error Server stack trace:
[26.10.2020 18:21:28] <76> Error at Veeam.Backup.Satellite.CSatelliteSshConnectorServiceStub.GetFingerprint(CClientSshConnectionSpec connSpec)
[26.10.2020 18:21:28] <76> Error at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
[26.10.2020 18:21:28] <76> Error at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
[26.10.2020 18:21:28] <76> Error Exception rethrown at [0]:
[26.10.2020 18:21:28] <76> Error at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
[26.10.2020 18:21:28] <76> Error at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
[26.10.2020 18:21:28] <76> Error at Veeam.Backup.SSH.ISshConnector.GetFingerprint(CClientSshConnectionSpec connSpec)
[26.10.2020 18:21:28] <76> Error at Veeam.Common.Remoting.CRetryableMethod.DoInvoke[Ret](ActionDelegate`1 dlg)
[26.10.2020 18:21:28] <76> Error at Veeam.Backup.Interaction.Management.CSshManagementServiceStub.GetFingerprint(CClientSshConnectionSpec connSpec)