Re: [arch-general] bash remote host completion gone

2009-06-17 Thread Aaron Griffin
On Wed, Jun 17, 2009 at 3:03 PM, prad wrote: > On Wed, 17 Jun 2009 00:12:02 -0500 > Aaron Griffin wrote: > >> Knowing your known_hosts, if someone hacks one account they, in >> essence, hack all of them - assuming you have ssh keys setup (or use >> the same password everywhere), they now have a li

Re: [arch-general] bash remote host completion gone

2009-06-17 Thread prad
On Wed, 17 Jun 2009 00:12:02 -0500 Aaron Griffin wrote: > Knowing your known_hosts, if someone hacks one account they, in > essence, hack all of them - assuming you have ssh keys setup (or use > the same password everywhere), they now have a list of where your key > works > ok i see the idea. so

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread Aaron Griffin
On Tue, Jun 16, 2009 at 11:46 PM, prad wrote: > On Tue, 16 Jun 2009 19:49:24 -0500 > Dan McGee wrote: > >> which also autocomplete >> without having to remove the "security" of host name hashing >> > dan, > i tried that too last night, but forgot to wipeout the known_hosts file. > > what exactly i

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread prad
On Tue, 16 Jun 2009 19:49:24 -0500 Dan McGee wrote: > which also autocomplete > without having to remove the "security" of host name hashing > dan, i tried that too last night, but forgot to wipeout the known_hosts file. what exactly is the benefit of host name hashing? is it to prevent other us

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread Dan McGee
On Tue, Jun 16, 2009 at 3:18 PM, prad wrote: > On Tue, 16 Jun 2009 16:05:51 -0400 > Daenyth Blank wrote: > >> Additionally, you probably want to delete any hashed lines so they can >> be regenerated later. >> > that did it! > > i tried what aaron suggested last night actually and just now, but it

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread prad
On Tue, 16 Jun 2009 16:05:51 -0400 Daenyth Blank wrote: > Additionally, you probably want to delete any hashed lines so they can > be regenerated later. > that did it! i tried what aaron suggested last night actually and just now, but it never occurred to be that the known_hosts file was already

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread Daenyth Blank
On Tue, Jun 16, 2009 at 15:51, Aaron Griffin wrote: > On Tue, Jun 16, 2009 at 2:37 PM, prad wrote: >> i had remote host completion: >> ssh hostna[tab] >> with my original debian .bashrc file. >> >> now with a new arch install it is gone and setting this >> export HOSTFILE=$HOME/.hosts >> doesn't br

Re: [arch-general] bash remote host completion gone

2009-06-16 Thread Aaron Griffin
On Tue, Jun 16, 2009 at 2:37 PM, prad wrote: > i had remote host completion: > ssh hostna[tab] > with my original debian .bashrc file. > > now with a new arch install it is gone and setting this > export HOSTFILE=$HOME/.hosts > doesn't bring it back even when i put the hostnames from /etc/hosts > i

[arch-general] bash remote host completion gone

2009-06-16 Thread prad
i had remote host completion: ssh hostna[tab] with my original debian .bashrc file. now with a new arch install it is gone and setting this export HOSTFILE=$HOME/.hosts doesn't bring it back even when i put the hostnames from /etc/hosts into that file. bash-completion is there and working just fi