Page 1 of 1

ssh Mac OS X Lion

Posted: Sat Mar 03, 2012 7:51 am
by janz
When I try to use get-console to ssh into my desktop (Mac OS X Lion) I recieve a "no supported authentication methods" message. I can use zaTelnet to ssh into my desktop but can't seem to get get-console to work. Does anyone have a thought as to how to correct it?

Re: ssh Mac OS X Lion

Posted: Sat Mar 03, 2012 9:45 am
by daniel
With the default setup of Mac OSX Lion to get in via SSH you will need to authenticate with either:
- keyboard interactive
- public key

To enable keyboard interactive logins in Get Console which are off by default, go into the settings page and select "Keyboard Auth (SSH)"

You can of course also set up a public/private keypair and log in that way also.

Hope that helps!

Re: ssh Mac OS X Lion

Posted: Thu Mar 22, 2012 3:08 pm
by janz
it was the Keyboard Auth. I turned it on and now it works great. Thanks