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 234095 - If SSH Host-Key not saved you need to do it on command line
Summary: If SSH Host-Key not saved you need to do it on command line
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.2.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 17:44 UTC by Duesselentchen
Modified: 2013-08-07 17:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duesselentchen 2013-08-07 17:44:11 UTC
If SSH Host-Key of PLINK is not saved in registry, you need to do it on command line with:

C:\Program Files (x86)\PuTTY\PLINK.EXE {Username}@{Host} ls -la /

The error message wasn't clear about it. (says just Username/Password not correct).

Is it possible that Netbeans could do it for its own, if connection to Server is correct. (Before i wrote it to commandline, server said 'ok' for connection.)