The motivation here is to add the flexibility to add some extra SSH options
to the SSH/SCP command.

Deeper motivation:

I like to add "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
to the SSH and SCP command while running autoserv. But not sure if every one
here will like it. When autoserv is running against a new client, ssh will
always prompt you to accept the host key fingerprint, kind of annoy.

Even worse, if the same client got reimaged, its host key will be changed,
then SSH will refused the connection since it does not match what it
remembered in the local known_host file.

The two above options should help me get this through.

Eric

On Thu, Jan 14, 2010 at 4:16 PM, Martin Bligh <[email protected]> wrote:

> Eric, could you send the mods you were interested in doing this for?
> Can we do this globally, rather than as another config.ini setting?
>
> Anyone see a downside?
>
> On Thu, Jan 14, 2010 at 4:12 PM, Eric Li(李咏竹) <[email protected]> wrote:
> > Add the ability to add extra ssh options to abstract_ssh.py from
> > global_config.ini.
> > Risk of broken: very low.
> > Visibility: low
> > Note: I didn't add the default empty "extra_ssh_options" key into
> > global_config.ini, but I could. Please advice.
> > --
> > Eric Li
> > 李咏竹
> > Google Kirkland
> >
> >
> >
>



-- 
Eric Li
李咏竹
Google Kirkland
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to