security - Protecting web-server from ssh brute force attacks -


i have server acting reverse-proxy connected directly internet. access computer through ssh on non-standard port. doesn't seem secure. if found ssh port brute-force , gain access computer.

is there more secure way configure this?

i recommend tool denyhosts or sshguard, watch logs failed logins, , auto ban ips based on rules set.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -