Changement Port SSH:
Pour changer votre port SSH:
-acceder à votre accès SSH et tapez la commande suivante:
nano /etc/ssh/sshd_config
- cherchez :
#port 22 et changez-le par : port xxxx (effacez #) puis CRTL+x .
- changer les deux lignes suivantes :
#Port 22 #Protocol 2,1
par :
#Port 4548 #Protocol 2
- puis redemarrer le service ssh par cette commande:
service sshd restart
- Note: il faut enlever les dièses.
- puis redemarrer sshd:
/etc/rc.d/init.d/sshd restart