I think you need to do it like:
-o -i -o /root/.ssh/id_dsa_control
At Wed, 21 Apr 2010 13:59:20 -0500,
Virgil Gheorghiu wrote:
>
> Package: dsh
> Version: 0.25.10-1
> Severity: important
>
> Passing key options to ssh does not seem to work.
> It looks like dsh is first trying to login to the r
One needs an -o in front of each space separated option entered, e.g.:
$ dsh -r ssh -o -i -o /root/.ssh/id_dsa_control -m somemachine -- uptime
$ dsh -r ssh -o -i/root/.ssh/id_dsa_control -m somemachine -- uptime
But not:
$ dsh -r ssh -o -i /root/.ssh/id_dsa_control -m somemachine -- uptime
I us
Package: dsh
Version: 0.25.10-1
Severity: important
Passing key options to ssh does not seem to work.
It looks like dsh is first trying to login to the remote machine
and then run the options. This approach prevents the use of
ssh command keys, which are very useful when automating management
and
3 matches
Mail list logo