[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp and ssh-key passphrase
From: |
Michael Albinus |
Subject: |
Re: tramp and ssh-key passphrase |
Date: |
Mon, 29 Feb 2016 10:15:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
lee <lee@yagibdah.de> writes:
> Hi,
Hi,
> is there a way to have tramp cache the passphrase of the ssh key I'm
> using to edit a remote file --- or some other way which doesn't require
> me to enter the passphrase all the time?
There is the recommendation to use ssh-agent, which is always good.
Another solution would be (setq password-cache-expiry nil)
Best regards, Michael.