Hello everyone, I have a server that I am installing FreeBSD 9 on, and my sever has valid IP, and every time from all of world i get an ssh attack.
I want that only one IP be able to ssh to my server. I edited the sshd config file on /etc/ssh/sshd_config and added a line:
But from the other computer I am able to ssh to that server. All I want is that only one IP be able to ssh to my server, only one user from that IP be able to ssh to my server.
What should I do?
I want that only one IP be able to ssh to my server. I edited the sshd config file on /etc/ssh/sshd_config and added a line:
Code:
#AllowUsers mamadotal@192.168.1.32
But from the other computer I am able to ssh to that server. All I want is that only one IP be able to ssh to my server, only one user from that IP be able to ssh to my server.
What should I do?