[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: |
Thu, 03 Jul 2014 16:36:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Janakiraman Balachandran <janarcs@umich.edu> writes:
> Hi Michael
Hi Ram,
> The main trouble is the double validation (RSA Token id +passwd) that
> I need to provide to connect to server files. Tramp does not prompt me
> to input the token id and fails after trying to connect with the
> server.
I suspect that Tramp is not recognizing the prompt from ssh, asking for
the token. Or Tramp does not recognize that there are two different
passwords, and reuses the first entered one.
Could you, please, perform (setq tramp-verbose 10) prior to connecting
the server? There will be a resulting Tramp debug buffer, which will
tell us what's up.
Tramp is eager to NOT dump password strings into the traces, but better
you double-check the traces before publishing. You could send them to me
off-list.
> Best Regards
> Ram Balachandran
Best regards, Michael.