Thierry Volpiatto <[email protected]> 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 


_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to