1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Tuesday, March 6, 2012

How to configure Eclipse to use SSH key to log into server

http://siteadmin.gforge.inria.fr/eclipse-ssh.html
This section will show you how to manage your ssh connection with Eclipse by using an existing key or by creating a new one.
Use Existing Key
First, go to the Window/Preferences menu.
Here, browse the preferences tree : General/Network Connections/SSH2.
Here, you can specify an already existing SSH2 key (must be OpenSSH compliant) or create a new key by clicking on the tab Key Management.
WARNING : To avoid problems, a useful workaround is to restart Eclipse after SSH configuration if you change the SSH Home path.

Create New Key
create a new key by clicking on the tab Key Management
Here, you have to generate a RSA key.
Then :
  • add a comment (ex: user@host, inria-gforge-key)
  • choose a lengthy passphrase in the Passphrase field and confirm it in the Confirm passphrase field.
With your mouse, select the content of the box labeled Public key for pasting into OpenSSH authorized_keys file, copy it (that is, hit Control-C).
Click on the Save private key button to save your private key in a file.


Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...