reject
reject
The reject command in Linux is used to reject a connection from a remote host. It is a powerful command that can be used to protect your system from unauthorized access.
The reject command is used in the following format:
reject [options] [host]The options are:
-a: Reject all connections from the specified host.-g: Reject connections from the specified group of hosts.-u: Reject connections from the specified user.
The host is the hostname or IP address of the host to reject.
For example, to reject all connections from the host 192.168.1.100, you would run the following command:
reject 192.168.1.100To reject connections from the group of hosts 192.168.1.0/24, you would run the following command:
reject -g 192.168.1.0/24To reject connections from the user root, you would run the following command:
reject -u rootThe reject command is a powerful tool that can be used to protect your system from unauthorized access. It is a simple command to use and is supported by most Linux distributions.
Here are some additional things to note about the reject command:
The
rejectcommand can be used to reject connections from specific hosts or groups of hosts.The
rejectcommand can be used to reject connections from specific users.The
rejectcommand can be used to reject connections from all hosts.The
rejectcommand is a powerful tool that can be used to protect your system from unauthorized access.
help
Last updated