RE: How to do sftp without getting passwd or connection prompt?

2009-01-27 Thread Tang, Ray
(No further authentication methods available.). [artifact:deploy] Disconnect reason 14, exit code = 78 [artifact:deploy] -Original Message- From: Johan Lindquist [mailto:jo...@kawoo.co.uk] Sent: Friday, January 23, 2009 3:50 PM To: Maven Users List Subject: Re: How to do sftp without getting

Re: How to do sftp without getting passwd or connection prompt?

2009-01-23 Thread Johan Lindquist
Hi Ray, I may be well off, but this usually works for me - the only thing different is that I use the scpexe protocol. Cheers, Johan Tang, Ray wrote: Can someone please advise how this can get done without entering password or yes? I am enclosing the settings.xml for reference.

Re: How to do sftp without getting passwd or connection prompt?

2009-01-23 Thread Dan Tran
you need to add your public key to your remote shell, please read up on configuring ssh shell to details. there should be plenty example on search -D On Fri, Jan 23, 2009 at 1:23 PM, Tang, Ray ray.t...@bankofamerica.com wrote: Can someone please advise how this can get done without entering

Re: How to do sftp without getting passwd or connection prompt?

2009-01-23 Thread Deron Eriksson
If you're running on windows, you can use Pageant to automatically take care of your SSH login so that you're not prompted for username/password each time. I've used Pageant in conjunction with scpexe to deploy. A nice tutorial describing SSH setup can be found at: