This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server Tasks | |
1. Change root password | |
2. Change ssh port (assume to be 4444) | |
nano /etc/ssh/sshd_config(change port to between 1025 and 65536) | |
PermitRootLogin no | |
service ssh restart | |
ssh -p 4444 demo@SERVER_IP_ADDRESS |