Linode.com Forum Forum Index Linode.com Forum
Linode Community Forums
 


Newbie needs help... Unable to log into SSH

Click here to go to the original topic

 
       Linode.com Forum Forum Index -> General Discussion
Author Message
ASH



Joined: 02 Dec 2003
Posts: 4

Posted: Fri Dec 05, 2003 1:24 am    Post subject: Newbie needs help... Unable to log into SSH  

I'm sorry if this seems like a simple question but I'm a newbie. I am unable to log into my ssh. It says "access console by connection via SSH to most machine your Linode resides on. Well, my host machine is "11" but what am I to do next.

From FAQ it says: "SSH into the *host* that your Linode resides on. Use your Linode.com Member username and password. This connects you directly to your Linode's console terminal."

I've tried 'variations' of the following below but 'none' of them works.

http://host11.linode.com
https://host11.linode.com
li-x.members.linode.com
https://li-x.members.linode.com
64.62.XX.XX (ip address)
etc..??

Can somebody Please tell me 'Exactly' what am I supposed to type in to reach (SSH) machine 11 and/or SSH IP?
Am I supposed to download something before I can SSH?
Back to top  
Acid-Duck



Joined: 23 Oct 2003
Posts: 42
Location: Toronto CA

Posted: Fri Dec 05, 2003 1:27 am    Post subject: Re: Newbie needs help... Unable to log into SSH  

ASH wrote: I'm sorry if this seems like a simple question but I'm a newbie. I am unable to log into my ssh. It says "access console by connection via SSH to most machine your Linode resides on. Well, my host machine is "11" but what am I to do next.

From FAQ it says: "SSH into the *host* that your Linode resides on. Use your Linode.com Member username and password. This connects you directly to your Linode's console terminal."

I've tried 'variations' of the following below but 'none' of them works.

http://host11.linode.com
https://host11.linode.com
li-x.members.linode.com
https://li-x.members.linode.com
64.62.XX.XX (ip address)
etc..??

Can somebody Please tell me 'Exactly' what am I supposed to type in to reach (SSH) machine 11 and/or SSH IP?
Am I supposed to download something before I can SSH?



When you SSH and it asks your IP you simply enter host11.linode.com .

It'll boot you, enter your membership password with LINODE and then your root/pass . Like it says, you'll be logged in at the console. This means that even if your eth0 interface, which connects you to the internet, would be down, you would still be able to access your linode via SSH. This is especially useful for doing maintenance, security updates, or whatever other reason you may have. Hope this helps.


Erik
Back to top  
Bill Clinton



Joined: 23 Nov 2003
Posts: 79

Posted: Fri Dec 05, 2003 10:29 am    Post subject: Re: Newbie needs help... Unable to log into SSH  

ASH wrote:
http://host11.linode.com
https://host11.linode.com
li-x.members.linode.com
https://li-x.members.linode.com
64.62.XX.XX (ip address)
etc..??


Erm, SSH is not HTTP!!!

SSH is its own protocol that requires its own servers, and clients. The linode server you need to connect to already runs the SSH server. You just need an SSH client to connect.

On linux you can simply do:
bash$ ssh user@host11.linode.com
(you may need to install the OpenSSH client, check your distribution for whatever correct packages are needed, most distributions come with SSH by defualt.)

On windows, you wil need to download Putty
And then you will need to enter user@host11.linode.com in the Server Address field, and you will need to select the SSH protocol.

OS-X comes with the OpenSSH client. You will need to go to Mac HD --> Applications --> Utilities --> Terminal, and then follow the instructions for linux.

HTH

Bill Clinton
Back to top  
 
       Linode.com Forum Forum Index -> General Discussion
Page 1 of 1