Firstly we need to modify the ssh configuration file named /etc/ssh/sshd_config. The location of the file is: /etc/ssh/sshd_config You will need to open the file using your favorite text editor and find the line: #Port 22 The default port for SSH is 22 and # is there because the line is commented. If you want […]