Replacing dropbear with openssh
I prefer to use OpenSSH rather than Dropbear on my devices. The main reason is to get sftp support (which is required by sshfs). Another reason is to get better support for agent forwarding (which is essential for bouncing from one machine to another without leaving your private keys all over the internet).
To do this [...]