convenientstore has asked for the wisdom of the Perl Monks concerning the following question:
sub dosomething{ $yo = `ssh "$_[0]" grep XX /etc/hosts`; print "$yo\n"; } dosomething();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: running setuid for ssh ?
by hipowls (Curate) on Jan 18, 2008 at 22:37 UTC | |
by convenientstore (Pilgrim) on Jan 21, 2008 at 04:41 UTC | |
by Anonymous Monk on Jan 21, 2008 at 22:01 UTC | |
by andyford (Curate) on Jan 22, 2008 at 18:48 UTC | |
|
Re: running setuid for ssh ?
by Joost (Canon) on Jan 18, 2008 at 22:01 UTC |