How to enable ssh service in Ubuntu Server Or Desktop

Published: 27 December 2023
on channel: VISAL SOEUN OFFICIAL
52
1

Just For Sharing Purpose

You can follow these steps:

Step1: Install SSH Server (Service)
apt install openssh-server

Step 2: Enable sshd_config configuration file.
nano /etc/ssh/sshd_config
Uncomment 2 lines
Port 22
PermitRootLogin yes

Step 3: Restart SSH Service
systemctl restart ssh
systemctl status ssh // Check ssh service status

Thank you!


Watch video How to enable ssh service in Ubuntu Server Or Desktop online without registration, duration hours minute second in high quality. This video was added by user VISAL SOEUN OFFICIAL 27 December 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 52 once and liked it 1 people.