Hi!
How do I get around thumbprint issues in a programmatical way?
System.Web.Services.Protocols.SoapException: Unable to connect via SSH to the source machine '<myip>' because the host thumbprint '97:70:f0:03:ec:ca:3e:ad:b9:cb:d9:ac:1c:70:42:54' was not accepted. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at ConverterApi.ConverterService.ConverterQueryComputerInfo(ManagedObjectReference _this, ConverterComputerSpec source)
I pretty much want to allow all SSH connections to Linux machines.
Tos2k