Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Powershell and os x servers

$
0
0
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?

Viewing all articles
Browse latest Browse all 6937

Trending Articles