How Allow Any IP for SSH login

How Allow Any IP for SSH login

go to #vim /etc/hosts.allow



Save the file :wq!

Now login from added IP.

How Allow Any IP for SSH login

#vim /etc/hosts.deny



Save the file :wq!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to create a self-signed SSL Certificate ...

Overview The following is an extremely simplified view of how SSL is implemented and what part...

Apache: Generate CSR (Certificate Signing Request)

Follow these instructions to generate a certificate signing request (CSR) for your Apache Web...

Step 1:Generate a public and private key pair

  The following Unix/Linux commands (and resulting system output) demonstrate how to create a...