@magicroundabout Copy your old key to your .ssh/ directory. You’ll probably need to change the permissions so only you can read it: chmod 400 <path to your private key>
You can test if things work by doing ssh -T [email protected]
It should respond with your GitHub username.