look at the manual for ssh-keygen.  It will allow you create a public
and private keypair.  You can then put the public key in the correct
place on the target machine ($HOME/.ssh/authorized_keys), and it should
automatically log you in. See the manual for more information.

-----Original Message-----
From: Vivek Kumar Gupta [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 05, 2004 5:39 AM
To: Ant Users List
Subject: SSH


hi,

any one knows:

1. how to do SSH from windows to linux/Solaris Systems
2. Generate public license for SSH

i am using <exec executable="ssh" >

this is working fine but unable to connect to required m/c due to need of
license key.


Regards
Vivek Kumar Gupta
Dept.: Switching
Network Programs (I) Ltd.
B-1-C, Sector -10, Noida.
Email: [EMAIL PROTECTED]
Tel: +91-120-2536622/2544781 Ext: 1060
----- Original Message -----
From: "Dale Anson" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 03, 2004 8:14 PM
Subject: Re: HTTP POST REQUEST


> The HTTP Post task wasn't really designed for anything other than just
> sending a post. Have you looked at HttpUnit, httpunit.sourceforge.net.
> It is quite good at setting up a web connection, you can manipulate
> headers and cookies, parse the html, submit forms, etc.
>
> Dale
>
>
> Eduardo Andrés Alfonso Sierra wrote:
> > Thanx Dale,
> >
> > I used the HTTP Post task from ant-contrib. However, first, I tested
> > anteater, it works fine, it's a very complete framework for http testing
but
> > I didn't like that it's distributed with ant 1.5.2 bundeled, and it was
not
> > easy to using ir with ant 1.6.2.
> >
> > But for simple testing, HTTP Post task ant-contrib is ok.
> >
> > Or does anybody knows how can I manage the response to access the http
> > headers using HTTP Post task ant-contrib ??
> >
> > Is it possible to capture a cokkie or session information returned in
http
> > headers ??
> >
> > Thanx again
> >
> >
> > ----- Original Message -----
> > From: "Dale Anson" <[EMAIL PROTECTED]>
> > To: "Ant Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, August 02, 2004 9:47 AM
> > Subject: Re: HTTP POST REQUEST
> >
> >
> >
> >>As far as I know, only "get" is supported in standard-issue Ant. Another
> >>option would be to use the "HTTP Post" task from ant-contrib.
> >>
> >>Dale
> >>
> >>
> >>Eduardo Andrés Alfonso Sierra wrote:
> >>
> >>>Hi
> >>>
> >>>I want to know if there is any "standard" way to make a HTTP POST
> >
> > REQUEST to
> >
> >>>a web server. By standard I mean using the core or optional task of the
> >
> > ant
> >
> >>>distribution.. I guess using anteater external task this could be
> >
> > possible,
> >
> >>>but is it using standard tasks ??  Maybe using the get task and change
> >
> > it
> >
> >>>something to simulate it as post ??
> >>>
> >>>Thanx in advance !
> >>>
> >>>Eduardo
> >>>
> >>>
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


****************************************************************************
Network Programs is a SEI CMM level 5 Certified Company
****************************************************************************
The information contained in this communication (including any attachments)
is
intended solely for the use of the individual or entity to whom it is
addressed
and others authorized to receive it. It may contain confidential or legally
privileged information. If you are not the intended recipient you are hereby
notified that any disclosure, copying, distribution or taking any action in
reliance on the contents of this information is strictly prohibited and may
be
unlawful. If you have received this communication in error, please notify us
immediately by responding to this email and delete it from your system.
Network Programs (India) Limited is neither liable for the proper and
complete
transmission of the information contained in this communication nor for any
delay in its receipt.
****************************************************************************



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to