[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pcompletion for ssh and scp
From: |
Stefan Monnier |
Subject: |
Re: Pcompletion for ssh and scp |
Date: |
Wed, 05 Dec 2007 09:32:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
> If you do not want your hosts to be hashed, you need to add the
> following lines to your ~/.ssh/config:
> --8<---------------cut here---------------start------------->8---
> Host *
> HashKnownHosts no
> --8<---------------cut here---------------end--------------->8---
Oh, so they're hashed, not encoded!?
Then indeed, there's nothing you can do with w.r.t completion.
Sorry 'bout that. I guess the completion you provide is about as good
as it gets.
Stefan
Re: Pcompletion for ssh and scp, Edward O'Connor, 2007/12/07