SSH on ubuntu

$ sudo apt-get install ssh

## Port Changing
$ sudo vi /etc/ssh/sshd_config

# port 22  <= Delete '#' and set a port number you want to use
$ sudo /etc/init.d/ssh restart

No comments:

Post a Comment