Problems connecting to the dstore on linux [message #1166968] |
Sat, 02 November 2013 05:47  |
Eclipse User |
|
|
|
I have a problem connecting to the dsore on linux I'm using the
following code
ISystemRegistry registry = RSECorePlugin.getDefault().getSystemRegistry();
ISystemProfile profile =
registry.getSystemProfileManager().getDefaultPrivateSystemProfile();
IHost host = registry.getHost(profile, hostFieldValue);
if (host == null) {
try {
host =
registry.createHost(RSECorePlugin.getTheCoreRegistry().getSystemTypeById(IRSESystemType.SYSTEMTYPE_LINUX_ID),
hostFieldValue, hostFieldValue, "Connection to
" + hostFieldValue);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
1.) unlike using SSH_ONLY I don#t get asked for the users password ...
:( which results in connection problems.
2.) When I create the connection using the remote systems view I can
access the remote files, but when I run commands, they hang ... I start
receiving output, but not the complete output of the command. :(
Thanks
Martin
|
|
|
|
Powered by
FUDForum. Page generated in 0.03020 seconds