Git - Создаем SSH ключ - 2

Channel:
Subscribers:
4,019
Published on ● Video Link: https://www.youtube.com/watch?v=ry-hpO4DPLI



Duration: 0:00
69 views
8


Группа по изучению программирования - https://discord.gg/vmyEXf2HT5

====================================
ssh-keygen -t ed25519 -C "your_email@example.com" -f ~/.ssh/github_key

eval "$(ssh-agent -s)"

ssh-add C:\Users\YourUsername\.ssh\github_key

ssh-add ~/.ssh/github_key
cat ~/.ssh/github_key.pub

ssh -T git@github.com
==================================

Config file :
============================

Host github.com
HostName ssh.github.com
Port 443
User git
IdentityFile ~/.ssh/github_key

Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github_key

===========================


Мой второй канал про игры-    / @rdgames-j7s  

All playlists:
   / @rdragon587