[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17900: 24.4.50; Tramp Does not recognize .ssh/config file
From: |
Michael Albinus |
Subject: |
bug#17900: 24.4.50; Tramp Does not recognize .ssh/config file |
Date: |
Wed, 02 Jul 2014 16:40:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Ram Balachandran <janarcs@umich.edu> writes:
> I'm trying to open server files through tramp where the server login. I
> created a .ssh/config file to set ControlMaster to 'auto'. However this
> file is not recognized by Emacs in Tramp mode which asks me to provide
> login credentials again. The tramp mode gets hung if rsa token id is
> required as part of login credentials.
Tramp uses own settings of ControlMaster and ControlPath. If you want to
use the default values, apply (setq tramp-use-ssh-controlmaster-options nil)
See (info "(tramp) Frequently Asked Questions")
Best regards, Michael.