Skip to content

Instantly share code, notes, and snippets.

View emelyanov-dev's full-sized avatar

Stanislav Emelyanov emelyanov-dev

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