Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] new plug-ins (eu.geclipse.efs.sftp and eu.geclipse.ssh)

Hi there

This sounds like a mighty cool feature.. but currently it is a little bugged.

When creating a new global connection it is occasionally created as a file not a folder i can browse (might be geclipse related).
Not passing in a path when creating the connection produces exceptions.
When the remote server is not available, the connections throws error messages (dialog).

All in all pretty cool though.

I would like to see an action so that i can start an sftp connection from an IGridElement.


greets
Moritz
Hi!

There are two new plug-ins (eu.geclipse.efs.sftp and eu.geclipse.ssh) in
our cvs. As the name suggests, they add support for sftp filesystem
connections. A new connection can be established using the "Grid
Connections" Wizard, but before it is necessary to take care of
authentication.

There are three ways to authenticate to a remote host.

1)
Adding the password to the "User Info" field (username:password) in the
connection dialog. Thereby the fingerprint of the remote machine must
already reside in the known hosts ("Preferences -> General -> Network
Connections -> SSH2 -> Known Hosts"). Unwise because when using
g-Eclipse connections, the password will be saved in plaintext!

2)
Creating a private/public key-pair and adding the public key to the
remote authorized_keys file. Can be done via "Preferences -> General ->
Network Connections -> SSH2 -> Key Management". Only keys without
passphrase are supported for now.

3)
Creating a SSH Token via the "Authentication Tokens" view. Takes care of
adding the fingerprint to the known hosts. Password is stored using
org.eclipse.core.runtime.Platform.addAuthorizationInfo which is
persistent, therefore it is necessary to delete the token when it is not
needed anymore. The password store will be changed to
org.eclipse.equinox.security.storage when we switch to ganymede.


Regards,

Christof

_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev


--
-----------------------------------
Moritz Post
Innoopract Informationssysteme GmbH
Email: mpost@xxxxxxxxxxxxxx
Tel: +49-721-66-47-33-0
Fax: +49-721-66-47-33-29
http://www.innoopract.com/
========================= Legal Disclaimer =================================
According to Section 80 of the German Corporation Act
Innoopract Informationssysteme GmbH must indicate the following information:
Address: Stephanienstrasse 20, 76133 Karlsruhe Germany
General Manager: Jochen Krause
Registered Office: Commercial Register Mannheim HRB 107883
============================================================================



Back to the top