Is there a way to change the default port for ssh to a different port instead of standard 22?
Since SSH port are targeted for hostile login attempt there should be a possibility to use another port.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Of course there is! =)
just edit file/etc/ssh/sshd_config and restart ssh service.
but you'll lose the possibility of runtime management through "update Linux", so there enother question -
how to change default port in codesys it-self?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
Is there a way to change the default port for ssh to a different port instead of standard 22?
Since SSH port are targeted for hostile login attempt there should be a possibility to use another port.
Of course there is! =)
just edit file/etc/ssh/sshd_config and restart ssh service.
but you'll lose the possibility of runtime management through "update Linux", so there enother question -
how to change default port in codesys it-self?