SSH Public Keys

My SSH public keys for secure authentication

Quick Download

You can download all my SSH keys directly using wget:

wget https://ssh.atwnk.tel/keys.txt

This will download the keys.txt file containing all my public keys.

Individual Keys

Computer

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUOXZg6i9CjN4Z7ZWus5MIco5cDy8edGV0iWFVEKQAR

Phone

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMBm+t1hqbbS+AMk6OuqdWi6D7awETMOp1lfsS56ngbg

Mac

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXy1AUUD8nF6nsHsJCT8yk0SnJ1TFWhiG7cjxUdgpcy

Usage Instructions

To add to your server:

# Download and append to authorized_keys
wget -O - https://ssh.atwnk.tel/keys.txt >> ~/.ssh/authorized_keys

# Or manually copy individual keys to:
~/.ssh/authorized_keys

Key Information:

  • • All keys use Ed25519 algorithm for enhanced security
  • • Keys are for authentication purposes only
  • • Each key corresponds to a different device I use