How to enable an SSH port other than 22 on a Linux machine?
Solution:-
1. Make an entry of that port in the file "/etc/ssh/sshd_config".
2. Restart the SSHD service (optional).
That's all.
Solution:-
1. Make an entry of that port in the file "/etc/ssh/sshd_config".
2. Restart the SSHD service (optional).
That's all.
No comments