Hello,
i'm happy to be one of micfo forum and customers
i'm sorry about my english
but i thing all the time i'll talk in Linux languege (commande line)
so everyone can understand it
if we want to change the default ssh port (22) to (3343) for example !
PHP Code:
pico /etc/ssh/sshd_config
then using ctrl+w search for
change it to like this
then by using ctrl+w search for
and change it like this
then ctrl+x and y ( to close the file and save it )
then resart ssh
PHP Code:
service sshd restart
now your new ssh port is 3343
