Skip to content

Instantly share code, notes, and snippets.

@aletoropov
Created September 20, 2024 06:46
Show Gist options
  • Save aletoropov/a99d96a43afee57b00473a3677a816f6 to your computer and use it in GitHub Desktop.
Save aletoropov/a99d96a43afee57b00473a3677a816f6 to your computer and use it in GitHub Desktop.
SSH генерация ключей
ssh-keygen -t rsa -C "[email protected]" -f ~/.ssh/id_rsa -P ""
cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment