Hi all,
dropbear runs without any problems. But since I need SCP/SFTP I installed openssh.
So I disabled dropbear, and moved away all files configured by dropbear.
Then I installed zlib, libssl, openssh-server, openssh-sftp-server.
The installation-scripts run through happily, I can see all files are installed successfully.
But when I try to connect to sshd (which starts perfectly after rebooting), I only get this, from another machine as well as locally:
root@OpenWrt:/# ssh 10.10.10.10
ssh: connection to root@10.10.10.10:22 exited: remote closed the connection
PuTTY just closes its window when connecting.
Can I view a log or something, to find out what is happening?