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

SSH key generated on the terminal and successfully added on the github in hindi

Аватар
JavaScript эксперименты
Просмотры:
26
Дата загрузки:
04.12.2023 15:52
Длительность:
00:05:02
Категория:
Лайфстайл

Описание

SSH key generated on the terminal and successfully added on the github in hindi

first
navigate to .ssh folder.
cd ~/ .ssh or
cd .ssh

generate the ssh key
ssh-keygen -o -t rsa -c " ssh key"
if overwrite asking enter
where to save
simply press enter
how to see the public ssh key to add on github
cat id_rsa.pub

note: don't pass the private ssh key on github
in that case error will pop up
"key is invalid.you must supply a key in openssh public key format#23089

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