Hi there
I'm writing a server os info for all our build machines which are a combination of windows, Linux and Mac OS
I have managed to get info for windows and Linux by doing get-wmiobject and using SSH modules (import-ssh modules from 3rd party) respectively.
When I.m trying to use SSH to connect to a MAC OS x, I get this message
Unable to connect to : Exception calling "Connect" with "0" argument(s): "No suitable authentication method found to complete authentication."
I have tried various option on google and one of them suggests to call SSH.net directly.
How is it possible. Any idea?
↧