Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-27 Thread Trent Albright

Worked perfectly! (Except that I'm on windows so c:\Document and
Settings\username\.ssh)

I think something is broken with Wagon -- shouldn't it create that
directory and file, the same way that the command line version of ssh
does?

Thanks again!

On 7/26/06, Wayne Fay [EMAIL PROTECTED] wrote:

This was discussed recently...

http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309

The resolution was:
Try adding an empty file ~/.ssh/known_hosts

Wayne

On 7/26/06, korebantic [EMAIL PROTECTED] wrote:
 I'm working on creating a remote repository. I'm uploading to the
 repository using:

 http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

 In setting up ssh, I cannot get rid of the The authenticity of host
 'www.whatever.com' can't be established message when executing mvn
 deploy:deploy-file. I don't get that message when connecting via ssh
 from the command line. I've followed both these suggestions carefully,
 but neither make any difference:

 http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

 http://www.mail-archive.com/users@maven.apache.org/msg42287.html

 Any suggestions?

 Thanks...

 -
 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]



Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-27 Thread korebantic

Worked perfectly! (Except that I'm on windows so c:\Document and
Settings\username\.ssh)

I think something is broken with Wagon -- shouldn't it create that
directory and file, the same way that the command line version of ssh
does?

Thanks again!

On 7/26/06, Wayne Fay [EMAIL PROTECTED] wrote:

This was discussed recently...

http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309

The resolution was:
Try adding an empty file ~/.ssh/known_hosts

Wayne

On 7/26/06, korebantic [EMAIL PROTECTED] wrote:
 I'm working on creating a remote repository. I'm uploading to the
 repository using:

 http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

 In setting up ssh, I cannot get rid of the The authenticity of host
 'www.whatever.com' can't be established message when executing mvn
 deploy:deploy-file. I don't get that message when connecting via ssh
 from the command line. I've followed both these suggestions carefully,
 but neither make any difference:

 http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

 http://www.mail-archive.com/users@maven.apache.org/msg42287.html

 Any suggestions?

 Thanks...

 -
 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]



Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-27 Thread Wayne Fay

Feel free to file a JIRA bug report about this issue. But I'd expect
its already been filed, and possibly even fixed in a SNAPSHOT release.

Wayne

On 7/27/06, Trent Albright [EMAIL PROTECTED] wrote:

Worked perfectly! (Except that I'm on windows so c:\Document and
Settings\username\.ssh)

I think something is broken with Wagon -- shouldn't it create that
directory and file, the same way that the command line version of ssh
does?

Thanks again!

On 7/26/06, Wayne Fay [EMAIL PROTECTED] wrote:
 This was discussed recently...

 http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309

 The resolution was:
 Try adding an empty file ~/.ssh/known_hosts

 Wayne

 On 7/26/06, korebantic [EMAIL PROTECTED] wrote:
  I'm working on creating a remote repository. I'm uploading to the
  repository using:
 
  http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
 
  In setting up ssh, I cannot get rid of the The authenticity of host
  'www.whatever.com' can't be established message when executing mvn
  deploy:deploy-file. I don't get that message when connecting via ssh
  from the command line. I've followed both these suggestions carefully,
  but neither make any difference:
 
  http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html
 
  http://www.mail-archive.com/users@maven.apache.org/msg42287.html
 
  Any suggestions?
 
  Thanks...
 
  -
  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]



The authenticity of host 'www.whatever.com' can't be established

2006-07-26 Thread korebantic

I'm working on creating a remote repository. I'm uploading to the
repository using:

http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

In setting up ssh, I cannot get rid of the The authenticity of host
'www.whatever.com' can't be established message when executing mvn
deploy:deploy-file. I don't get that message when connecting via ssh
from the command line. I've followed both these suggestions carefully,
but neither make any difference:

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

http://www.mail-archive.com/users@maven.apache.org/msg42287.html

Any suggestions?

Thanks...

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



Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-26 Thread Wayne Fay

This was discussed recently...

http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309

The resolution was:
Try adding an empty file ~/.ssh/known_hosts

Wayne

On 7/26/06, korebantic [EMAIL PROTECTED] wrote:

I'm working on creating a remote repository. I'm uploading to the
repository using:

http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

In setting up ssh, I cannot get rid of the The authenticity of host
'www.whatever.com' can't be established message when executing mvn
deploy:deploy-file. I don't get that message when connecting via ssh
from the command line. I've followed both these suggestions carefully,
but neither make any difference:

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

http://www.mail-archive.com/users@maven.apache.org/msg42287.html

Any suggestions?

Thanks...

-
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]