I'm very new in this subject, but the problem is: I can't access files from a website to make small html edits. The only thing I know is that I need to make it using SSH.
What I've tried:
- I generated a private and a public key of type
SSH-1 (RSA)
using PuTTYgen, - At dreamcompute Access & Security panel, I imported the public key generated,
- At PuTTY, I placed my site IP at
Host Name field
. InConnection->Data
, I placed the username. In SSH section, I chose1
aspreferred SSH protocol
version. And atSSH->Auth
I set the private key path. - Finally, I opened the connection.
I'm getting this error message:
Unable to use key file
What am I missing? Is that the right way to access the files?