For my CentOS 6.2 machine, in /etc/ssh/sshd_config I disallowed pw-based login...
Code:
PasswordAuthentication no
It appears that password-based authentication is disallowed for the Lish console, or I'm making a typing mistake.
(I can ssh in ok from my main workstation using key-based authentication.)
I'm trying to interpret this part of the docs...
(
https://library.linode.com/using-lish-the-linode-shell )
Quote:
The [Lish] console provides out-of-band access to your Linode, which means you can use Lish to access your Linode even when you are unable to connect directly via SSH. This is useful if firewall settings or a bad network configuration prevent you from accessing your Linode using SSH.
Should I expect to be able to log in via the Lish console using my username and password, or does that ssh config apply Lish as well?