<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Sean,<div class=""><br class=""></div><div class="">I don't currently have plans to implement a config file, but I'd be happy to take a patch if someone wants to make it work.</div><div class="">I think it would need to be a separate config file to OpenSSH's, some unsupported options might be important.</div><div class=""><br class=""></div><div class="">Personally I've tended to make ~/bin scripts to ssh (dbclient) to hosts I use.</div><div class=""><br class=""></div><div class="">Sorry for the noise with the other reply, that was meant to be off-list.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Matt</div><div class=""><br class=""></div><div class=""><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Mon 4/1/2021, at 4:54 pm, Sean Warner <<a href="mailto:plica2006@gmail.com" class="">plica2006@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class="">Hi Matt,<div dir="auto" class=""><br class=""></div><div dir="auto" class="">And as for my problem.. do you have any plans to add a user config file that can take hostname, port and identity details like openssh?</div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Cheers,</div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Flex</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 4 Jan 2021, 05:41 Matt Johnston, <<a href="mailto:matt@ucc.asn.au" class="">matt@ucc.asn.au</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Sounds like your problem is with android not Dropbear :)<br class=""><br class=""><div class="gmail_quote">On 4 January 2021 4:57:30 am AWST, Ruben Safir <<a href="mailto:ruben@mrbrklyn.com" target="_blank" rel="noreferrer" class="">ruben@mrbrklyn.com</a>> wrote:<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<pre class="">dropbear is a waste of time and it doesn't even work.<br class=""><br class="">I don't know why it is Fing Hard for the table with android can't have<br class="">an openssh daman running so we can tranfer files on and off the image.<br class=""><br class="">Everything about android is designed to just lock out the user.<br class=""><br class=""><br class=""><br class="">On 1/3/21 8:57 AM, Sean Warner wrote:<br class=""><blockquote class="gmail_quote" style="margin:0pt 0pt 1ex 0.8ex;border-left:1px solid #729fcf;padding-left:1ex">Hello,<br class=""><br class=""> <br class=""><br class="">I am ssh'ing from Server-A to Server-B. Dropbear client/server is on<br class="">Server-A and openssh client/server is on Server-B. ~/.ssh/ncp_key_dropbear<br class="">in Server-A is of the correct Dropbear format.<br class=""><br class=""> <br class=""><br class="">I can ssh from A to B like this:<br class=""><br class=""># cd ~/.ssh<br class=""><br class=""># ssh -i ncp_key_dropbear <a href="mailto:root@192.168.1.124" target="_blank" rel="noreferrer" class="">root@192.168.1.124</a> -p 22<br class=""><br class=""> <br class=""><br class="">In Dropbear is it possible in to create a ~/.ssh/config file on Server-A<br class="">like this:<br class=""><br class="">Host ncp<br class="">        User root<br class="">        Port 22<br class="">        IdentityFile ~/.ssh/ncp_key_dropbear<br class="">        HostName 192.168.1.124<br class=""><br class=""> <br class=""><br class="">. and then ssh like this?<br class=""><br class=""># ssh ncp<br class=""><br class=""> <br class=""><br class="">When I do that on a host running OpenWrt I get the error:<br class=""><br class=""> <br class=""><br class="">root@OpenWrt:~/.ssh# ssh ncp<br class=""><br class=""> <br class=""><br class="">ssh: Connection to root@ncp:22 exited: Connect failed: Error resolving 'ncp'<br class="">port '22'. Name does not resolve<br class=""><br class=""> <br class=""><br class="">Actually I get the same error even if I change the Port, in the config file,<br class="">to 1022 even though the sshd on the remote host is also listening on port<br class="">1022.<br class=""><br class=""> <br class=""><br class="">I CAN set up a config file on Server-B, that has an openssh client, and I<br class="">can ssh from B to A like this and it works:<br class=""><br class=""># ssh openwrt<br class=""><br class=""> <br class=""><br class="">Thank you,<br class=""><br class=""> <br class=""><br class="">Flex<br class=""><br class=""><br class=""></blockquote><br class=""></pre></blockquote></div></div></blockquote></div>
</div></blockquote></div><br class=""></div></body></html>