Keys

My public SSH keys are served as plain text at ohidur.com/id, one per line, in the format authorized_keys already expects.

Add me to a server

appends to ~/.ssh/authorized_keys

curl -fsSL https://ohidur.com/id >> ~/.ssh/authorized_keys
the short one
mkdir -p ~/.ssh && chmod 700 ~/.ssh && curl -fsSL https://ohidur.com/id >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys
creates ~/.ssh and sets its modes
ssh you@server 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && curl -fsSL https://ohidur.com/id >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys'
on a server you can already reach

SSH

1 key

GPG

not published yet

Not published yet.