[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Script help



On Sunday 07 September 2003 1:10 am, Dave Carrigan wrote:
>On Sat, Sep 06, 2003 at 10:03:09PM -0400, Jeff Elkins wrote:
>> I'm doing a lot of work with a Sharp Zaurus which requires several
>> re-flashes of the box daily - With my initrd.bin, ssh keys on the Z
>> regenerate with each flash. As a consequence, my host .ssh/known_hosts is
>> frequently outdated and I must edit it to remove references to
>> z,xxx.xxx.xxx.xxx.
>>
>> I'd like to gen up a script to nuke references in .ssh/known_hosts to the
>> Zaurus. It's trivial to edit known_hosts, but I'd like to eliminate this
>> step.
>
>perl -ni.bak -e 'print unless /^z,xxx.xxx.xxx.xxx/' ~/.ssh/known_hosts

Thanks, Karsten and Dave.

Jeff



Reply to: