how to get the new public and private key for my drop let so that i can access the droplet by terminal
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Most likely you just need to load your key into your host machines ssh-agent - For MacOS or Linux you can use the following…
or
ssh -i /path/to/private/key username@droplet