fbpx

INSTALL SSH SERVER ON UBUNTU

วิธีการรับมือกับการเปลี่ยนแปลงในการงาน และ ชีวิต

INSTALL SSH SERVER ON UBUNTU

Following is the two-step process to install and activate SSH on Ubuntu

1. Open terminal on Ubuntu and type following command, it will install open ssh on ubuntu system

sudo apt-get install openssh-server

2. After installation verify the port by supplying following command to terminal

sudo gedit /etc/ssh/sshd_config

Verify connecting from different computer. by using

ssh username@ipaddress