artillary não é com SSH no Ubuntu

1

Eu instalei o Artillery no Ubuntu 12.04 LTS. Eu comecei artilhar e comecei esse serviço com

service artillery start

enquanto estou fazendo

netstat -nltp | grep LISTEN

Por que o número da porta SSH não está recebendo proteção da artilharia?

root@ubuntu:~# service artillery start
Starting Artillery...                             Ok
root@ubuntu:~# netstat -nltp | grep LISTEN
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN      1335/dovecot    
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN      1335/dovecot    
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      2657/perl       
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1970/apache2    
tcp        0      0 XXX.XXX.XXX.XXX:53        0.0.0.0:*               LISTEN      1377/named      
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      1377/named      
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      636/sshd        
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      998/cupsd       
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      1377/named      
tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN      1335/dovecot    
tcp        0      0 0.0.0.0:995             0.0.0.0:*               LISTEN      1335/dovecot    
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1749/mysqld     
tcp6       0      0 :::110                  :::*                    LISTEN      1335/dovecot    
tcp6       0      0 :::143                  :::*                    LISTEN      1335/dovecot    
tcp6       0      0 :::53                   :::*                    LISTEN      1377/named      
tcp6       0      0 :::22                   :::*                    LISTEN      636/sshd        
tcp6       0      0 ::1:631                 :::*                    LISTEN      998/cupsd       
tcp6       0      0 ::1:953                 :::*                    LISTEN      1377/named      
tcp6       0      0 :::993                  :::*                    LISTEN      1335/dovecot    
tcp6       0      0 :::995                  :::*                    LISTEN      1335/dovecot    
root@ubuntu:~# 

posso saber por que e como posso dar proteção à artilharia portuária SSH?

    
por rɑːdʒɑ 10.02.2014 / 09:46

0 respostas