help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: run ssh in emacs


From: Nikolay Kudryavtsev
Subject: Re: run ssh in emacs
Date: Tue, 13 Jan 2015 16:04:32 +0300
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Tramp methods are defined in tramp. See C-h v tramp-methods. And did you mean scp?

To save password in tramp you can put your login and password into a file called ~/.authinfo.gpg in this format:
machine anon login root password my-password

Authinfo is protected by gpg, so you gonna get asked for a password for it, but just once.

Alternatively you can use authorization by key.

--
Best Regards,
Nikolay Kudryavtsev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]