<div dir="ltr">Try running the command its parameters inside quotes (")<br><br>for example: ssh user@host "command param1 paramN" <br><br>I must say that it is quite difficult to provide you with a solution because I don't really know what the script does and how does it handles each parameter, it would be better if you can provide it to me.<br>
<br>good luck<br><br>shay<br><br><div class="gmail_quote">On Sun, Dec 6, 2009 at 5:31 PM, eliyahu cohen <span dir="ltr"><<a href="mailto:eliyahu.cohen1@yahoo.com">eliyahu.cohen1@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a user called bypass whose defined shell in /etc/passwd is /Path/To/bypass.sh<br>
<br>
that script takes three parameters. When I run the script from the command line the script identifies the parameters. However, when the script is run via an ssh command (i.e. ssh <a href="mailto:bypass@10.1.1.1">bypass@10.1.1.1</a> Parm1 Parm2 Parm2) the script does not see all three parameters. I've also tried calling the script via ssh <a href="mailto:bypass@10.1.1.1">bypass@10.1.1.1</a> /Path/To/bypass.sh Parm1 Parm2 Parm3, but no joy. How can I have a script run as the users shell and execute multiple receieved parameters?<br>
<br>
Thanks,<br>
<br>
Eliyahu<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</blockquote></div><br></div>