Page 1 of 1

ssh login problem

Posted: Sat Apr 11, 2015 7:54 am
by mackowiakp
I want to login form my Linux based PC to ES8000 over ssh without password, only using rsa certificates procedure. /mnt/etc/init.d/02_01_sshd.init starts dropbear. I changed line in this file to:

Code: Select all

dropbear -s
to
dropbear -sg
to allow root login without password. Than I placed generated by ssh-keygen (on Linux PC) public key in to /mtd_rwarea/authorized_keys (permissions 600)
The same key I use to connect to other Linux servers and it works without problems. But when I try to connect to ES8000 using syntax below and error about public key problem

Code: Select all

[maciek@piotr Pobrane]$ ssh -x -i ~/.ssh/id_rsa root@tv-w
Permission denied (publickey).
When I remove /mtd_rwarea/authorized_keys file, ssh login is possible but with password.

What I am doing wrong?

Re: ssh login problem

Posted: Tue Oct 27, 2015 7:30 pm
by astrakid
hi,
even your question is a long time ago, did you found any solution?

regards,
astrakid

Re: ssh login problem

Posted: Tue Oct 27, 2015 8:16 pm
by mackowiakp
No

Re: ssh login problem

Posted: Sat Jun 18, 2016 11:41 am
by slodki

Re: ssh login problem

Posted: Sun Jun 19, 2016 11:36 am
by mackowiakp
Yep. WORKS! At tis moment I can turn off telnet daemon and use SSH instead with key authentication !