HELP: Passwordless SSH from OpenSSH client - Dropbear server

General support questions
Post Reply
Mr_Si
Posts: 50
Joined: 2013/07/12 12:16:45
Location: Lancing, West Sussex, UK
Contact:

HELP: Passwordless SSH from OpenSSH client - Dropbear server

Post by Mr_Si » 2015/10/05 14:13:45

Hi all,

As per the title really, I'm a little stuck.
I'm trying to work out how to SSH using key-based authentication from my Centos 6.7 server to a device which uses Dropbear (I cannot install openssh server on it).
I'd like to do this so that I can rsync to it over SSH and obtain the benefit of the much much faster file transfer times.

I was wondering if anyone had done it and if they can either point me in the correct direction or just tell me how to do it.

Many thanks in advance,
Simon

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: HELP: Passwordless SSH from OpenSSH client - Dropbear se

Post by gerald_clark » 2015/10/05 15:26:57

This is not a CentOS issue.
Contact support for the device running dropbear.

Mr_Si
Posts: 50
Joined: 2013/07/12 12:16:45
Location: Lancing, West Sussex, UK
Contact:

Re: HELP: Passwordless SSH from OpenSSH client - Dropbear se

Post by Mr_Si » 2015/10/05 15:45:03

Fair enough.

Let's close this then.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: HELP: Passwordless SSH from OpenSSH client - Dropbear se

Post by gerald_clark » 2015/10/05 16:46:02

Why not wait until you have it resolved.
Once you have properly configured your dropbear, you may have questions for the Centos side of the connection.

Mr_Si
Posts: 50
Joined: 2013/07/12 12:16:45
Location: Lancing, West Sussex, UK
Contact:

Re: HELP: Passwordless SSH from OpenSSH client - Dropbear se

Post by Mr_Si » 2015/10/06 10:21:55

No it's ok, It's only something configurable on the remote host, since it is run as a service from adding a line in /etc/inetd.conf,

I have tried changing the line

Code: Select all

ssh stream tcp nowait root /usr/sbin/dropbear dropbear -i
into

Code: Select all

ssh stream tcp nowait root /usr/sbin/dropbear dropbear -i -r /etc/dropbear/authorized_keys


but it's still asking for a password, so I guess I will have to keep trying. It's not a Centos issue and thus mods, please close this thread.

Thank you,
Simon

Post Reply