Machstorm Posted December 4, 2008 Share Posted December 4, 2008 I managed to SSH to the Fon, but for some reason I could not connect to the fon after while. So I Reset the Fon and tried again and had problems with the ssh key so I cleared the key, However, now when I ssh it asks for a password and it rejects the password I set for it. I have tried reinstalling shh, but I still have the same issue. BTW, I am using OpenSuse with SecPanel Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 4, 2008 Share Posted December 4, 2008 Are you sure your logging in as the correct user? If your trying a root login then make sure it's enabled in "/etc/ssh/sshd_config" A copy of the output might help slightly more. Quote Link to comment Share on other sites More sharing options...
Machstorm Posted December 4, 2008 Author Share Posted December 4, 2008 I am logging on as a user. machstorm@linux-rum0:~> ssh 192.168.10.1 The authenticity of host '192.168.10.1 (192.168.10.1)' can't be established. RSA key fingerprint is 02:3b:67:ae:89:eb:52:9e:73:a9:a9:b5:d0:11:05:63. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.10.1' (RSA) to the list of known hosts. machstorm@192.168.10.1's password: Permission denied, please try again. machstorm@192.168.10.1's password: Permission denied, please try again. machstorm@192.168.10.1's password: Permission denied (publickey,password). Nothing not even a blank pass will work. Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 4, 2008 Share Posted December 4, 2008 So does the user machstorm exist on the host? And have you checked that your private key matches the public key? Quote Link to comment Share on other sites More sharing options...
Machstorm Posted December 4, 2008 Author Share Posted December 4, 2008 Thats the funny thing is when I use the ssh 192.168.10.1 it does just that. machstorm is the user on my Notebook that I am using to connect to the fon. So am I to assume that it is trying to find machstorm on the fon? Quote Link to comment Share on other sites More sharing options...
ADM1NX Posted December 4, 2008 Share Posted December 4, 2008 Thats the funny thing is when I use the ssh 192.168.10.1 it does just that. machstorm is the user on my Notebook that I am using to connect to the fon. So am I to assume that it is trying to find machstorm on the fon? It's trying to find machstorm on the fon. try using su or sudo in front of ssh, or login as root on the netbook, then use ssh. It's trying to find machstorm on the fon Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 4, 2008 Share Posted December 4, 2008 ssh user@host -p port Read the man pages! Try "ssh root@192.168.10.1" Quote Link to comment Share on other sites More sharing options...
Machstorm Posted December 4, 2008 Author Share Posted December 4, 2008 Thank you, Thank you, Thank you I have been up for so long I made a newbie mistake Quote Link to comment Share on other sites More sharing options...
Machstorm Posted December 4, 2008 Author Share Posted December 4, 2008 Now I just need to figure out how to transfer out.hex and openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma to /tmp/ using scp I tried it before and thats when I could not connect to my fon Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 4, 2008 Share Posted December 4, 2008 scp /path/to/file root@192.168.10.1:/tmp Quote Link to comment Share on other sites More sharing options...
Machstorm Posted December 4, 2008 Author Share Posted December 4, 2008 Sweet, I will post my other questions in another topic so I don't have to keep bumping this one Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.