node-sftp-server
node-sftp-server copied to clipboard
Rejecting connection error
When I receive a new connection and I reject it a ssh library throws a error 'No supported authentication methods available' that would crash the server since there were no listeners for that error.
I temp. fixed that by listening to 'error' on obj client (node-sftp-server.js line 136)
What would be the best permanent solution for that?