79554284

Date: 2025-04-04 01:16:55
Score: 1.5
Natty:
Report link
  1. For troubleshooting you can ssh in verbose mode. (ssh -v -i /path/keyfile user@host). In the output, check which key is getting used to connect.

  2. Comment out entries of the host, if existing in ~/.ssh/config

  3. Move the old private key in your system to another directory and check if you can still login with old ssh key.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: old monk