Upon reviewing brute force logon attempts to my DA server I notice a good number that reference 'ssh2'.
Example...
I'm not highly proficient with Linux, so I'm making the assumption that his is referring to the PHP extension SSH2 (please tell me if I'm wrong). I've done some research on this extension and understand that "The SSH2 extension provides functions for accessing remote machines using the secure SSH and SFTP protocols".
To the very best of my knowledge, I don't use PHP to initiate or respond to SSH or SFTP requests. So.....
Example...
Code:
Feb 1 11:21:26 hosting sshd[32131]: Failed password for root from 114.233.51.216 port 56562 ssh2
I'm not highly proficient with Linux, so I'm making the assumption that his is referring to the PHP extension SSH2 (please tell me if I'm wrong). I've done some research on this extension and understand that "The SSH2 extension provides functions for accessing remote machines using the secure SSH and SFTP protocols".
To the very best of my knowledge, I don't use PHP to initiate or respond to SSH or SFTP requests. So.....
- Why is this extension needed?
- Is it a security risk?