From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] system: add option for standalone telnetd on target
Date: Thu, 12 Mar 2015 21:26:53 +0100 [thread overview]
Message-ID: <5501F68D.8060705@mind.be> (raw)
In-Reply-To: <20150312161013.4b73baff@free-electrons.com>
On 12/03/15 16:10, Thomas Petazzoni wrote:
> Dear Alexey Brodkin,
>
> On Thu, 12 Mar 2015 14:35:08 +0000, Alexey Brodkin wrote:
>
>> Even though I may use this hint myself locally I'm afraid it's not the
>> best solution if others want to use the same Buildroot configuration.
>>
>> Because to make their life easier I'll need to push those SSH keys in
>> public repository - and this won't work for upstreaming the board
>> support in Buildroot.
>>
>> So at least for now SSH doesn't look as an equally simple option as
>> Telnet.
>>
>> Once again - this is because my particular corner-case when rootfs is
>> built in kernel image. If there is some real non-volatile storage on
>> target SSH might be a good option still.
>
> FWIW, I also do kernel development only with an initramfs, and I still
> use SSH. I simply remove the key from my system using ssh-keygen -R, as
> suggested by modern OpenSSH versions when you connect to a host for
> which you have an invalid key locally.
I put in my .ssh/config:
Host 192.168.3.1
HostKeyAlgorithms ssh-rsa
User root
ForwardX11 no
StrictHostKeyChecking no
CheckHostIP no
UserKnownHostsFile /dev/null
But it wouldn't be a bad idea to add an option to dropbear to generate the keys
at build time.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2015-03-12 20:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-11 9:35 [Buildroot] [PATCH] system: add option for standalone telnetd on target Alexey Brodkin
2015-03-11 16:22 ` Peter Korsgaard
2015-03-11 16:44 ` Alexey Brodkin
2015-03-11 16:53 ` Peter Korsgaard
2015-03-12 8:04 ` Alexey Brodkin
2015-03-12 12:59 ` Mike Williams
2015-03-12 14:35 ` Alexey Brodkin
2015-03-12 15:10 ` Thomas Petazzoni
2015-03-12 20:26 ` Arnout Vandecappelle [this message]
2015-03-12 15:25 ` Peter Korsgaard
2015-03-11 16:56 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5501F68D.8060705@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox