Kete Foy

Updated SSH Key

Kete Foy at

updated my ssh key, didn't know I could do it on my own, removed the old key from authorized_keys


ssh-keygen -t ed25519 -C Kete # better security than ECDSA, comment seen in ~/.ssh/authorized_keys and 'ssh-add -L'

ssh-copy-id -i ~/.ssh/id_ed25519.pub my_account@someone_elses_server.net