สอนลง openssh บน ubuntu

วิธีติดตั้ง SSH บน Ubuntu

1. ติดตั้ง SSH

1
sudo apt-get install openssh-server

 

2. ตรวจสอบสถานะการทำงานของ ssh 

1
sudo service ssh status

 

ผลลัพธ์ควรจะได้ดังนี้

1
ssh start/running, process ...

 

กรณีต้องการเปิดใช้งาน Service ssh 

1
sudo service ssh start

 

กรณีต้องการปิดใช้งาน Service ssh 

1
sudo service ssh stop

 

กรณีต้องการ Restart ใช้งาน Service ssh 

1
sudo service ssh restart
 
  • 5 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Related Articles

How to enable root user ssh login in Ubuntu 16.04, 17.04, 18.04, 19.04

How to enable root user ssh login in Ubuntu 16.04, 17.04, 18.04 , 19.04 Remote login with root...

สอนติดตั้ง VestaCP

Vesta Control Panel คือ? Vesta เป็น Web Hosting Control Panel ประเภท Open Source...

(Vmware) How to install VMware Tools on Debian, Ubuntu and CentOS

How to install VMware Tools on Debian, Ubuntu and CentOS go to VM > Guest >...

สอนตั้งค่า Network บน CentOS7

After installing Centos 7, You may not able to connect network in that machine. This will happen...

เปิดปิด port cisco

  Simple examples of brining up and down the interfaces on CISCO devices with shutdown and...

Powered by WHMCompleteSolution