I've having serious trouble using tramp on Emacs. I am continuously being asked for my password when I ssh into a server via tramp. This is to the point where it blocks me being able to do anything.
I have looked far and wide on the internet and the most widely used solutions do not seem to work for me.
- I have Emacs 24.*
- I have (setq password-cache-expiry nil)
- I have (setq projectile-mode-line " Projectile")
Here is my tramp setup in my .emacs.d for the curious http://pastebin.com/NJCaa0RH.
Has anyone else had this problem and can point me in the way of a fix? Or do you see a glaring error in tramp config?