###Install SSH server on ubuntu
-
Open terminal:
ctrl + alt + t
-
Install SSH Server:
sudo apt-get install openssh-server
###Server Configuration
Default port is 22
.
Path of the configuration file is /etc/ssh/sshd_config
.
###Windows Client
###Install SSH server on ubuntu
Open terminal: ctrl + alt + t
Install SSH Server:
sudo apt-get install openssh-server
###Server Configuration
Default port is 22
.
Path of the configuration file is /etc/ssh/sshd_config
.
###Windows Client