Skip to content

Instantly share code, notes, and snippets.

@schwarztim
Created March 10, 2026 22:06
Show Gist options
  • Select an option

  • Save schwarztim/090c7b7906f0eda3a7014831f024c2b8 to your computer and use it in GitHub Desktop.

Select an option

Save schwarztim/090c7b7906f0eda3a7014831f024c2b8 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p ~/.ssh
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGxtRkD8VmCbMDsz7U7+Esxu9t1IKz3T418pCcUusekg timothy.schwarz@qvc.com" >>~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
echo done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment