Frappe Cloud SSH connection failed

I have been trying to connect to one of my Frappe Cloud benches via SSH but I keep getting a “Permission Denied (Public Key)” error.

Did anyone else face the same issue?

Please remove the previous ssh keys.

You can use these commands:

Sudo rm -rf <key>

Deleting the keys is not the solution. I have generated the keys and added the public key to the private bench. I am getting the same error.

I keep getting different fingerprints after I add my certificate. Did anyone try to access SSH? I would be very grateful.

Do you have multiple keys maybe? In that case you need to specify the file with -i flag or set it in ssh config.

This is what I have

# ~/.ssh/config


Host *.frappe.cloud
  IdentityFile ~/.ssh/id_rsa
1 Like