https://bugs.kde.org/show_bug.cgi?id=435985
--- Comment #9 from Fabio <ctrlal...@gmail.com> --- If you see the "Error authenticating with password: Access denied for 'password'." error it means that pubkey authentication failed or was not attempted at all. ssh-agent should run from xprofile, profile.d or similar to set the necessary env variables. You can check if they are set correctly, eg. like this: --- # env | grep SSH SSH_AGENT_PID=3125 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXhHgNxc/agent.3124 --- If they are missing, it won't work unless you run krdc "inside" ssh-agent: "ssh-agent krdc" -- You are receiving this mail because: You are watching all bug changes.