Лекция 36

Code

 ssh-keygen -t ed25519 -C "your_email@example.com"
ssh -vT git@github.com -i ~/.ssh/your_key_name

Last updated