Can't SSH into server

Hey everyone,

Just signed up for my linode account, installed Ubuntu and now I'm trying to SSH in with no luck.

I'm using the IP under my Network tab and when I supply the password I used to set up the linux distro I get rejected.

No idea what I'm doing wrong or what other password I can try.

Any help would be huge.

edit: nevermind, figured it out, don't know how to delete the thread

5 Replies

@nobody:

edit: nevermind, figured it out, don't know how to delete the thread

Generally speaking, you should mention what the problem was and what you did to fix it… Even if it was something silly.

In the future, it may help someone who has the same problem and searches these forums for a solution.

Probably forgot to install ssh packages.

Its a bit painful to use I myself had a problem with my sshd recently

I modified the config file and stupid as it sounds

yes/no must be ins lowercase and I stupidly modified it with uppercase NO instead of no

You may want to see if you put in illegal values like that as well.

Also through the console why you get to through your account you can modify or install sshd as you please with yum install assuming Linux is used.

I hope that helps!

You can use ssh -t to test for syntax errors before you restart your ssh server and crash it.

http://www.cyberciti.biz/tips/checking- … rrors.html">http://www.cyberciti.biz/tips/checking-openssh-sshd-configuration-syntax-errors.html

rss245x,

That post is a month old, and the OP reported he had solved his own problem.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct