This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70983 - SCP deployment doesn't work with passphrase authentication
Summary: SCP deployment doesn't work with passphrase authentication
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 11:24 UTC by jbach101
Modified: 2008-09-10 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jbach101 2006-01-04 11:24:43 UTC
Hi,

I was trying to deploy my MIDlet with SCP and found that it doesn't work.
The SSH server refused authentication and NetBeans IDE Jscp module said "Auth 
failed".
I then found out that the Ant script deploy-scp-impl.xml is faulty.
On line 66 (the "sshexec" element), it implies the 
property "deployment.scp.userid.eval", which is not available.
Fix: change the property name to "deployment.scp.userid".

/BR
J.
Comment 1 Lukas Hasik 2006-01-04 13:16:02 UTC
reassigning

Increasing priority, this issue can be worth to fix in 5.0

thank you for nice report (even with fix)
Comment 2 Adam Sotona 2006-01-04 14:17:14 UTC
yes, you are right the passphrase way of authentication took wrong userid property
Comment 3 Adam Sotona 2006-01-05 16:04:00 UTC
fix integrated in release50
Comment 4 Lukas Hasik 2007-09-12 16:33:37 UTC
jbach101, can you verify the fix in your enviroment?
thank you.
Comment 5 Lukas Hasik 2007-09-13 10:46:50 UTC
response from reporter:
Hello, yes it's all fine now, thanks!

->verified
Comment 6 Ivan Sidorkin 2008-09-10 16:03:44 UTC
close old issues