Come limitare l'accesso SSH al di fuori della LAN? [chiuso]

3

Abbiamo diversi server dedicati.

Dobbiamo garantire che " root " utente non possa essere accessibile tramite SSH al di fuori della LAN .

Ho cercato e trovato i seguenti #

We need exactly the root user will be unable to access outside of LAN. but other users will be accessible outside of LAN. Because other users can do their work only within their scope.

I dettagli del nostro sistema operativo

# cat /proc/version
Linux version 2.6.18-308.4.1.el5PAE ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Tue Apr 17 17:47:38 EDT 2012

Ti prego di aiutarmi a risolvere il problema?

    
posta Md Mahbubur Rahman 15.11.2012 - 05:29
fonte

1 risposta

6

Questo è esattamente quello che vuoi, ho cercato su google: permetti solo root ssh lan

Primo colpo ... link

On Linux, edit /etc/ssh/sshd_config. On Macs, edit /etc/sshd_config. Locate the line that defines PermitRootLogin, uncomment if it is commented out, and change its value to yes.

On a separate line, add the following:

Match Address 192.168.2.*,127.0.0.1 PermitRootLogin yes

Ovviamente, cambiando 192.168.2 per abbinare la tua sottorete LAN.

    
risposta data 15.11.2012 - 08:21
fonte

Leggi altre domande sui tag