Hi -
I've got a linode 512, running Ubuntu 10.04. It's up and running and I can login via the ajax ssh console no problem.
However, I start running into problems when I try to change the eth0 adapter from dhcp to static and/or connect to my linode via ssh.
leaving the /etc/network/interfaces file to dhcp, I get a valid IP, and can ping/ssh out. When I try to ssh in from my mac, I immediately, get the "permission denied (publickey)" message.
I checked my sshd_config file, and added:
Code:
PasswordAuthenticationyes
PermitRootLogin yes
ChallengeResponseAuthentication no
And confirmed that port 22 was set.
Any ideas whats going on?
Secondly, how do I go about enabling a static IP address? I followed the Linode guide, and changed my /etc/network/interfaces file to read static rather than dhcp, and I added addresses for my IP, Gateway and Netmask. But when I restarted the network service, I could not ping out to any ip address aside from loopback and my own.
Help is appreciated. I feel like I am missing something painfully obvious...
[/code]