Martin Burger wrote on Friday, September 02, 2005 3:35 PM:
> Jörg Schaible schrieb am 02.09.2005 15:06:
>
>> What happens if you start plink manually (with the options from the
>> Maven proeprties file)
>>
>
> >C:\\Programme\\INet\\Remote\\PuTTY\\plink.exe -A -2 -ssh
> auser@host.some.where Using username "auser".
Just start a remote command:
plink -A -2 -ssh auser@host.some.where ls -l
This should give you a list of your home directory on the remote server. You should not have
to press any key or logout manually.
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|