[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hang forever with an invalid tramp filename
From: |
Thierry Volpiatto |
Subject: |
Re: hang forever with an invalid tramp filename |
Date: |
Wed, 09 Nov 2011 14:55:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) |
Thierry Volpiatto <address@hidden> writes:
>> Thanks, the patch looks nice. I've extended it a little bit, and I've
>> tested it (except the putty case). Seems to work w/o problems.
> Cool, i will try it on my side as soon as possible.
I have tried my patch, work fine except one error (when copying/pasting
your regexp, i pasted the let binding 'regexp').
Fixed here:
--8<---------------cut here---------------start------------->8---
(defun tramp-parse-sknownhosts (dirname)
"Return a list of (user host) tuples allowed to access.
User is always nil."
(tramp-parse-shostkeys-sknownhosts
dirname (concat "^\\(" tramp-host-regexp
"\\)\\.ssh-\\(dss\\|rsa\\)\\.pub$")))
--8<---------------cut here---------------end--------------->8---
but you may have found this error i guess ;-)
Didn't try on putty yet, i have to install putty on a windows
virtualmachine first.
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
Re: hang forever with an invalid tramp filename, Michael Albinus, 2011/11/07