crtxdmp.

A collection of ideas, snippets and other things.


Copy public ssh key to server

cat ~/.ssh/id_rsa.pub | \
ssh [email protected] "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

— Aug 30, 2021