Displaying 3 results from an estimated 3 matches for "script_dir".
Did you mean:
scripts_dir
2009 Dec 23
3
Question on SSH_ASKPASS
...d, but somehow I am not able to figure this out myself.
I have configured the variables SSH_ASKPASS=<password_script> and
DISPLAY=nodisplay. My password_script just contains echo "password", nothing
else.
Now if I execute this ssh command:
ssh -T jan@<dest_host> "/<script_dir>/<script>"
It still asks me for a password. This command though
setsid ssh -T jan@<dest_host> "/<script_dir>/<script>"
does work as expected, it launches the remote script.
I know ssh should support this out of the box, so I want to get rid of
setsid....
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes:
> I got the following answers:
>
> which perl
> /usr/bin/perl
>
> which llvm-config
> /usr/local/bin/llvm-config
>
> which llvm-as
> /usr/local/bin/llvm-as
>
> /usr/bin/llvm-confing --version
> bash: /usr/bin/llvm-confing: No such file or directory
Uh, there is a typo on the command above, it should be
2012 Sep 24
2
[LLVMdev] llvm-config!
I got the following answers:
which perl
/usr/bin/perl
which llvm-config
/usr/local/bin/llvm-config
which llvm-as
/usr/local/bin/llvm-as
/usr/bin/llvm-confing --version
bash: /usr/bin/llvm-confing: No such file or directory
/usr/local/bin/llvm-config --version
2.8
Quoting Óscar Fuentes <ofv at wanadoo.es>:
> Reza Sheykhi <hajishey at msu.edu> writes:
>
>> Thank you