[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with HISTORY, HISTFILE and ssh
From: |
Michael Albinus |
Subject: |
Re: Problems with HISTORY, HISTFILE and ssh |
Date: |
Fri, 04 Nov 2005 21:54:31 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Richard Edgar <address@hidden> writes:
> I'm using the default method to connect to remote servers. However, for
> some reason, it's not dealing with my .ssh/config file correctly.
Please try the patch below; it should fix your problem.
> As an additional issue, this particular machine doesn't like tramp
> messing around with HISTORY and HISTFILE. I got locked out of my
> account: messing with those variables triggered an intrusion alert. I've
> zapped that bit from tramp.el, but I thought you should be aware of the
> issue.
Here I haven't an immediate solution; but it will be configurable in
the next release.
> Thanks in advance,
>
> Richard
Best regards, Michael.
*** tramp.el.sv 2005-11-04 21:46:28.000000000 +0100
--- tramp.el 2005-11-04 21:42:40.000000000 +0100
***************
*** 616,624 ****
(string :tag "Method"))))
(defcustom tramp-default-user
! (user-login-name)
"*Default method to use for transferring files.
! Also see `tramp-default-user-alist'."
:group 'tramp
:type 'string)
--- 616,625 ----
(string :tag "Method"))))
(defcustom tramp-default-user
! nil
"*Default method to use for transferring files.
! It is nil by default; otherwise settings in configuration files like
! \"~/.ssh/config\" would be overwritten. Also see `tramp-default-user-alist'."
:group 'tramp
:type 'string)