So I get this again: *The authenticity of host '208.96.48.200' can't be established. RSA key fingerprint is 15:6f:d1:60:05:21:dd:43:4b:4d:d6:9e:4f:3b:aa:e4. Are you sure you want to continue connecting? (yes/no): y*
And I do NOT see anything in my security logs: Jun 5 08:07:13 12825-42150 sshd[9696]: subsystem request for sftp Jun 5 09:37:29 12825-42150 sshd[3279]: pam_unix(sshd:session): session closed for user root Jun 5 09:37:31 12825-42150 sshd[2493]: pam_unix(sshd:session): session closed for user root Jun 5 09:37:31 12825-42150 sshd[2429]: pam_unix(sshd:session): session closed for user root As this request I just made was at 10:14 and the access above was for root, not admin anyways. On Thu, Jun 5, 2008 at 7:10 AM, Krishnamurthi, Venkat < [EMAIL PROTECTED]> wrote: > This is the output of ssh2 -V: > > ssh2: SSH Tectia Server 4.4.8 on i686-pc-linux-gnu > Build: 21 > Crypto library version: SSH Cryptographic Library, version 1.2.6 > FIPS certification mode: DISABLED > Product: SSH Tectia Server (A) > License type: commercial > > Thanks, > Venkat > > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2008 7:36 PM > To: Maven Users List > Subject: Re: Error deploying to a remote respository using scm > > The stack trace says very clearly: > Disconnect reason 10, exit code = 74scp: warning: ssh2 client failed to > authenticate. (or you have too old ssh2 installed, check with ssh2 -V) > > So, what does "ssh2 -V" say? > > Wayne > > On Wed, Jun 4, 2008 at 5:12 PM, Krishnamurthi, Venkat > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to deploy a snapshot jar to a remote repository. I followed > > > the instructions given here: > > > > http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ss > > h- > > external.html > > > > However, when I execute mvn deploy, I get the following error: > > > > [INFO] [deploy:deploy] > > [INFO] Retrieving previous build number from scp_snapshot [WARNING] > > repository metadata for: 'snapshot demo:demo:1.0-SNAPSHOT' > > could not be retrieved from repository: scp_snapshot due to an error: > > Exit code: 78 - warning: Authentication failed. > > Disconnected (local); connection lost (Connection closed by remote > > host.). > > Disconnect reason 10, exit code = 74scp: warning: ssh2 client failed > > to authenticate. (or you have too old ssh2 installed, check with ssh2 > > -V) > > > > [INFO] Repository 'scp_snapshot' will be blacklisted > > Uploading: > > scpexe://eqp2fcc:1080/scp_snapshot/demo/demo/1.0-SNAPSHOT/demo-1.0-SNA > > PS > > HOT.jar > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [ERROR] BUILD ERROR > > [INFO] > > ---------------------------------------------------------------------- > > -- [INFO] Error deploying artifact: Error executing command for > > transfer > > > > Exit code 74 - warning: Authentication failed. > > Disconnected (local); connection lost (Connection closed by remote > > host.). > > Disconnect reason 10, exit code = 74 > > > > My pom.xml has the following distributionManagement: > > > > > > <distributionManagement> > > <repository> > > <uniqueVersion>false</uniqueVersion> > > <id>scp_snapshot</id> > > <name>SCP Snapshot Repository</name> > > <url>scpexe://eqp2fcc:1080/scp_snapshot</url> > > <layout>default</layout> > > </repository> > > </distributionManagement> > > > > Also, I added the following to my settings.xml > > > > <servers> > > <server> > > <id>scp_snapshot</id> > > <username>my_username</username> > > <password>my_password</password> > > </server> > > </servers> > > > > Please help me resolve this issue. > > > > > > Thanks, > > Venkat > > > > --------------------------------------------------------------------- > > 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] > > -- --- Thank You… Mick Knutson BASE Logic, inc. Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson Tahoe: http://tahoe.baselogic.com
