สอนลง 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 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Related Articles

(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...

วิธีทำ Virtual Host บน XAMPP ในระบบปฏิบัติการ Windows

วิธีทำ Virtual Host บน XAMPP ในระบบปฏิบัติการ Windows Virtual Host คืออะไร ? Virtual Host...

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...

GLANCES ตรวจสอบสถานะเซิฟเวอร์

Glances เป็นเครื่องมือที่เหมาะสำหรับ Admin...

Powered by WHMCompleteSolution