Skip to content

Instantly share code, notes, and snippets.

View emelyanov-dev's full-sized avatar

Stanislav Emelyanov emelyanov-dev

  • Moscow
  • 05:45 (UTC +03:00)
View GitHub Profile

Deploy cheat sheet

SSH

ssh-keygen -m PEM -t rsa -b 4096
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
cat ~/.ssh/id_rsa
service sshd reload