1849843 Members
2262 Online
104044 Solutions
New Discussion

Ssh problem

 
castro_2
Regular Advisor

Ssh problem

I have a problem with ssh, the user is not root

Closing connection to 172.195.34.184
debug1: Cannot delete credentials[7]: Permission denied
Thanks
3 REPLIES 3
Kevin Wright
Honored Contributor

Re: Ssh problem

not alot of help there.

run the deamon in debug mode with sshd -d -d
and the client with ssh -v -v -v
Andrew Cowan
Honored Contributor

Re: Ssh problem

Are you running the daemon as user "sshd"? If you are NOT root, which you shouldn't be in later versions, "sshd" is normally the application owner, and the only user with full permissions.

I hope this helps.
Steve Post
Trusted Contributor

Re: Ssh problem

check permissions on the .ssh directory.
check permissions on the files in that .ssh directory too.
I've had the directory too open, as a result it refuses to work.