Configurazione SSHD
- vi /etc/ssh/sshd_config
- Port {numero porta}
- service sshd restart
Configurazione del firewall
- vi /etc/sysconfig/iptables
- -A INPUT -m state –state NEW -m tcp -p tcp –dport {porta} -j ACCEPT
- service iptables restart
* Dopo aver modificato la porta SSH, configurare il firewall per consentirne l’utilizzo



