![]() |
SSH and root access
Got SSH installed OK, one post said input..
"SSH -1 root@localhost" to gain root access, but I tried and got this. "Protocol major versions differ: 1 vs. 2" I installed the proper version of SSH (At least I think) from Maemo downloads for OS2008! Please what amd I doing wrong.... N800 and OS2008.... Darren Thanks in advance |
Re: SSH and root access
Why the "-1" ?
ssh root@localhost You can also use becomeroot to gain root access. |
Re: SSH and root access
My 1st post using my n800.
What ssh client are yiu using to ssh into the device? Make sure you set the client to use ssh2 only. |
Re: SSH and root access
Quote:
Line Quote:
If this line doesn't exist, v2 will be used and if the client does not understand v1, it will switch to the _insecure_ v1. |
Re: SSH and root access
Quote:
Thanks again everyone for quick replies.... |
Re: SSH and root access
This is exactly what you *shouldn't* type. (in your case it's localhost fine but I thought it's worth mentionning)
There are a lot of tools to relay, record traffic, capture password, and manipulate interact sessions for ssh v1. If you add on top of this that you ssh to root then it's heaven for crackers. These tools have even been ported to nokia devices.. |
Re: SSH and root access
Thanks Man! Saved a noob again...:-)
|
Re: SSH and root access
Quote:
There are actually two variants of the command that you should be using and they achieve the same thing: Code:
ssh -l <user> <host> Code:
ssh <user>@<host> |
Re: SSH and root access
Will I create new problems if I add a password to the user account?
I would rather be able to get into my 810 from anywhere, w/out doing the certificate management dance first. |
Re: SSH and root access
No it won't create a problem to put a password for user.
And if you don't like the dance, there is a usefull linux script ssh-copy-id PHP Code:
ssh user@n800 enter the password And that's it, it won't ever ask you for a password anymore. For this you will need an ssh-agent (started by common session manager like kdm, gdm) And enter once the passphrase for your keyring using ssh-add. On the client, to create your keyring in .ssh/ (only needed once) ssh-keygen |
All times are GMT. The time now is 20:09. |
vBulletin® Version 3.8.8