I just started using Git Bash today and I was trying to create a trial SSH key with git bash so I didn't put any passphrase for it because I thought that I could delete it later and create a new one. how do I remove/ delete this SSH key with no passphrase using Git Bash and how do I check that the SSH key I created is really gone?

I have tried $ rm -f ~/.ssh/id_rsa* but I'm not sure if it really worked.

3