Re: sshexec on remote server

2010-01-10 Thread eran123
Hi Antoine, Thank you very much. .profile made it worked :-) Regards, Eran antoinell wrote: > > Hello Eran, > > maybe your problem is that you need to execute explicitly in your > command the .profile or .bashrc or ... of the target user and host. > > you might want to do something like >

RE: sshexec on remote server

2010-01-05 Thread Thomas Loy
-Original Message- From: Antoine Levy Lambert [mailto:anto...@gmx.de] Sent: Tuesday, January 05, 2010 4:33 PM To: Ant Users List Subject: Re: sshexec on remote server Hello Eran, maybe your problem is that you need to execute explicitly in your command the .profile or .bashrc or ... of the target

Re: sshexec on remote server

2010-01-05 Thread Antoine Levy Lambert
Hello Eran, maybe your problem is that you need to execute explicitly in your command the .profile or .bashrc or ... of the target user and host. you might want to do something like command=". .profile && cd ${env.scripts.folder.path} && ./PingServer" regards, Antoine eran123 wrote: Hi,