Message:
The following issue has been closed.
Resolver: Jason van Zyl
Date: Wed, 21 Apr 2004 12:06 AM
Search for the system property wagon.privateKeyDirectory was added with a default
value of System.getProperty( "user.home" );
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=WAGONSSH-1
Here is an overview of the issue:
---------------------------------------------------------------------
Key: WAGONSSH-1
Summary: ScpWagonTest fails under windows
Type: Test
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: wagon-ssh
Fix Fors:
0.9
Versions:
0.9
Assignee: Michal Maczka
Reporter: Emmanuel Venisse
Created: Tue, 30 Mar 2004 2:39 PM
Updated: Wed, 21 Apr 2004 12:06 AM
Environment: Windows XP
Description:
I use ssh in a cygwin installation, and build ssh providers in a dos console.
Ssh use the user.home directory define under cygwin and not the windows user home
directory for find the .ssh directory.
In my installation, I define two different home directory for my home user directories.
I think it's the same for others ssh/cygwin users, if a user doesn't define any home
directory, cygwin will use C:\ for user home.
In my case, /home/evenisse is map to D:\cygwin\home\evenisse
Possible solution :
we can add a property (wagon.ssh.key.dir), with a default value equals to
System.getProperty( "user.home" )/.ssh
Emmanuel
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]