1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[143412] added explanation of password storage

This commit is contained in:
David Dykstal 2007-06-20 17:41:58 +00:00
parent 6bfdb11107
commit 9e804a89c0

View file

@ -1,52 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css" />
<title>Saving passwords on your local PC</title> <title>Saving passwords for remote systems</title>
</head> </head>
<body> <body>
<h1>Saving passwords for remote systems</h1> <h1>Saving passwords for remote systems</h1>
<p>When you use the Remote System Explorer, <p>
you can save passwords for remote systems When you use the Remote System Explorer, you can save passwords for remote systems on your local PC. The stored passwords are then retrieved whenever a password is required to connect. When you save your password for a particular remote system, you will not be prompted to sign on when you try to connect to that system.
on your local PC. The stored passwords are </p>
then retrieved whenever a password is required <p>
to connect. When you save your password for When you first try to connect to a remote system, you will be prompted with the following dialog:
a particular remote system, you will not </p>
be prompted to sign on when you try to connect
to that system. </p>
<p>When you first try to connect to a remote
system, you will be prompted with the following
dialog:</p>
<img src="../images/pw.jpg"></img> <img src="../images/pw.jpg"></img>
<p>To save this password on your local PC:</p> <p>
To save this password on your local PC:
</p>
<ol> <ol>
<li>Enter your user ID</li> <li>
<li>Enter your password</li> Enter your user ID
<li>Select <b>Save user ID</b></li> </li>
<li>Select <b>Save password</b></li> <li>
Enter your password
</li>
<li>
Select <b>Save user ID</b>
</li>
<li>
Select <b>Save password</b>
</li>
</ol> </ol>
<p>The next time that you connect to the remote <p>
system, you will not be prompted to sign The next time that you connect to the remote system, you will not be prompted to sign on again.
on again.</p> </p>
<p><b>Note</b>: If you still want to be prompted for your <p>
user ID and password, right-click on the <b>Note:</b> If you still want to be prompted for your user ID and password, right-click on the subsystem and select <b>Connect...</b>.
subsystem and select <b>Connect</b>. </p> </p>
<h2>Where passwords are stored</h2>
<p>
RSE uses the Eclipse-supplied keyring file to store passwords. This is the same keyring used by other eclipse services such as the Eclipse Team support. By default, this is stored in the configuration area under org.eclipse.core.runtime/.keyring in an encrypted format. The encryption does not require a password itself so anyone using Eclipse is capable of decrypting this file.
</p>
<p>
Users can choose to store the keyring in a different file, or provide a password for doing real encryption by using runtime options when starting Eclipse as follows: <pre><code>
eclipse -keyring C:/mykeyring.txt -password mypasswd
</code></pre> Even so, encryption is not particularly strong. So if your workstation is not protected you should remove your passwords and not store them in the future.
</p>
<h2>Adding, changing, and removing stored passwords</h2> <h2>Adding, changing, and removing stored passwords</h2>
<p>You can use the password information page <p>
to add, change, and remove stored passwords You can use the password information page to add, change, and remove stored passwords for remote systems:
for remote systems:</p> </p>
<ol> <ol>
<li>Select <b>Window</b> -&gt; <b>Preferences</b></li> <li>
<li>Expand <b>Remote Systems</b></li> Select <b>Window</b> -&gt; <b>Preferences</b>
<li>Select <b>Passwords</b></li> </li>
<li>
Expand <b>Remote Systems</b>
</li>
<li>
Select <b>Passwords</b>
</li>
</ol> </ol>
<p>Use the Add, Change, and Remove buttons to <p>
manage your password information for remote Use the Add, Change, and Remove buttons to manage your password information for remote systems.
systems. </p> </p>
</body> </body>
</html> </html>