Beside the timeout issue that is already detailed in a pull request, the connection fails systematically to OpenBSD and FreeBSD servers. Ths is because by default in /etc/ssh/sshd_config they do not state PasswordAuthentication yes. Adding this line it all works.
Beside the timeout issue that is already detailed in a pull request, the connection fails systematically to OpenBSD and FreeBSD servers. Ths is because by default in
/etc/ssh/sshd_configthey do not statePasswordAuthentication yes. Adding this line it all works.