I am new to this, trouble setting up
I have installed PUTTY for my SSH. I have read several threads on this forum, looked through the WIKI, and went through several other related help sites but am still unable to connect with SSH to my running Linode. I have been able to login to my specific Linode via SSH, but it asks me for another login. I enter in my user name, it says it is incorrect. I try several likely alternatives and none work.
Is there some guide I can look at? I have done numerous searches and none of the threads are of this specific help, or maybe are buried under threads with related terms.
Also, what are RSA or DSA keys and how do I find them?
3 Replies
To connect to your Linode directly, you would ssh as root to the IP address listed on the Network tab–again using the password you specified when deploying the distro.
If you're still having trouble, hop into the IRC channel (
-James
The keys you're describing are use to identify you cryptographically. In public key crypto, you have a keypair consisting on a public key and a private key. The private key is just that: you keep it safe from others. You give your public key to other people and systems to allow authentication without a password (among other uses, such as exchanging encrypted documents/emails/etc). Here is a reference on SSH with keys: http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/
Have you tried logging into your linode via SSH to its IP address?
I got it to work and am off to follow this tutorial:
Thanks again.