On Wed, 2002-07-24 at 09:52, Kenya Noshiro wrote:

> # ssh [EMAIL PROTECTED] perl /usr/local/bin/radiusd -config_file xxx.cfg
>                       :
try it this way:
ssh [EMAIL PROTECTED] "perl /usr/local/bin/radiusd -config_file xxx.cfg"
or
ssh [EMAIL PROTECTED] 'perl /usr/local/bin/radiusd -config_file xxx.cfg'
in your syntax everything after perl ist not send via ssh

you can also write an oneliner at the remote machine, called starter
including your start command and parameters

and try
ssh [EMAIL PROTECTED] perl starter

solong...Levent
 
-- 
Levent Sarikaya
IP Network Services SA
Dial      mailto:[EMAIL PROTECTED]
Technical mailto:[EMAIL PROTECTED]
General   mailto:[EMAIL PROTECTED]   

COLT TELECOM GmbH                                       
Herriotstr. 4
D-60528 Frankfurt am Main       
Fon:    +49 (0) 69 / 5 66 06 - 6719
Fax:    +49 (0) 69 / 5 66 06 - 6809

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to