Город МОСКОВСКИЙ
00:05:15

Install OpenSSH Server n Ubuntu and verify Public and Private Key Pairs

Аватар
Python основы для стартующих
Просмотры:
21
Дата загрузки:
04.12.2023 02:12
Длительность:
00:05:15
Категория:
Обучение

Описание

In this video I will show you
1 How to install SSH server
2 Verify SSH status
3 Install Public and Private Keys and verify them

Commands :

sudo apt install openssh-server Install Open SSH Server

sudo service ssh status To check the ssh service status

sudo service ssh start / stop To start or stop SSH service

ssh-keygen To create Public / Private RSA Keypair

cat /home/ubuntu/.ssh/id_rsa To check Private Key

cat /home/ubuntu/.ssh/id_rsa.pub To check Public Key

Рекомендуемые видео