And sorry for perhaps posting this in a wrong forum
I'm trying to change our infrastructure ending up by testing a Veeam Backup & Replication 10 - 10.0.0.4461 Community edition on Windows.
But in the new instalation i cannot add the linux private key - just generated with linux PuttyGen(on Windows) - and the error is just incorrect options. which have never been a problem before doing it this way. So this not specified error message ?? i do not get.
I've tried with the following on privatekey generated from either PuttyGen(windows) or ssh-keygen(linux):
[*]with or without a password protected privatekey
[*]with or withour user password
[*]From Gui or PS
- and both are just giving the same error - so I'm not getting why this error.
Code: Select all
Add-VBRCredentials -Type LinuxPubKey -Password "" -PrivateKeyPath $LinuxKey -v
cmdlet Add-VBRCredentials at command pipeline position 1
Supply values for the following parameters:
User: root
Add-VBRCredentials : Failed to convert SSH private key C:\Users\Backup\AppData\Local\Temp\tmp82E4.tmp
At line:1 char:1
+ Add-VBRCredentials -Type LinuxPubKey -Password "" -PrivateKeyPath $Li ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-VBRCredentials], CRegeneratedTraceException
+ FullyQualifiedErrorId : Veeam.Backup.Common.CRegeneratedTraceException,Veeam.Backup.PowerShell.Cmdlets.AddVBRCredentials