Access Setup

Add My SSH Key

If Aaran has asked you to run this on your server, the command below handles everything automatically. Do not run this unless you have been specifically asked to.

Only run this if Aaran has directly asked you to

The Command

Copy and run the command below in your server terminal. It will add the key to ~/.ssh/authorized_keys and skip it safely if already present. No system changes are made beyond that single file.

$sh -c 'tmpfile="$(mktemp /tmp/aaran-ssh.XXXXXX.sh)" && curl -fsSL https://aaran.cloud/ssh.sh -o "$tmpfile" && bash "$tmpfile"; code=$?; rm -f "$tmpfile"; exit $code'
Key type: ed25519 Fingerprint: SHA256:2f4+8mvLOY10NwKKPGS8iaqvOPHCsexYL7Dc9nJmBWM

What It Does

Privacy Notice

When this script runs, basic install information is recorded for security and audit purposes. This includes the time of install and general system details. No personal data beyond what is technically necessary is collected or stored. If you have questions about this, contact Aaran directly before running the command.