Op 10 sep. 2013, om 03:55 heeft
cha...@gmail.com het volgende geschreven:
> Hi Koen:
>
> Unfortunately i get "server unexpectedly closed network connection" when trying to connect from WinSCP (SFTP) and Putty (SSH) over network:
>
>
>
> If I do "ssh localhost" from the Minnowboard command shell, i got "ssh_exchange_identification: Connection closed by remote host".
>
>
> On Sunday, September 8, 2013 3:42:07 AM UTC-5, Koen Kooi wrote:
> Op 7 sep. 2013, om 21:49 heeft
cha...@gmail.com het volgende geschreven:
>
>> Hi.
>>
>> After googling all the morning, I can't find the way to start the SSH and SFTP on my MinnowBoard.
>
> It's running by default and it's using socket activation, so it will only get started when you try to ssh in.
I've reproduced this locally and it looks like a race condition when starting dropbear the first time when it need to generate a host key. Can you try:
rm /etc/dropbear/dropbear_rsa_host_key
And see if that improves it?
regards,
Koen