> Hi everybody,
>   i'm trying to connect to my host via ssh fron another computer but 
> i've got always this error, it refuses to give me the right to enter the 
> computer:
> 
> $ ssh [EMAIL PROTECTED]
> # Permission denied (publickey).
> 
> What do i have to modify in my hosts sshd.config to have this working?

Maybe nothing in sshd_config.  Often this error comes from having too
loose permissions on your private key; you need to chmod go-rwx your
private keys, or sshd won't use them.

More generally, run ssh -v or ssh -vv to get some debug messages that
will almost certainly show you what the trouble is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to