Changes

Jump to: navigation, search

OPS235 Lab 7 - Fedora17

12 bytes added, 20:47, 28 February 2012
no edit summary
<ol><li value="3"> After generating the keys it prompts you for the location to save the keys. The default is <code>~/.ssh</code> Your private key will be saved as <code>id_dsa</code> and your public key will be saved as <code>id_dsa.pub</code></li></ol>
{{Admon/tip | Lengthy Passphrases | You will then be prompted for a passphrase. The passphrase must be entered in order to use your private key. Passphrases are more secure than passwords and should be lengthy, hard to guess and easy to remember. For example one passphrase that meets this criteria might be "seneca students like fish at 4:00am". Avoid famous phrases such as "to be or not to be" as they are easy to guess. It is possible to leave the passphrase blank but this is dangerous. It means that if a hacker were able to get into your account they could then use your private key to access other systems you use.}}
 
<!--
 
<ol><li value="4"> Once your keys have been saved you should check to make sure the permissions of the <code>.ssh</code> directory and your key files are secure. </li>
<li> Use the following commands to secure them:<br /><code>chmod 700 ~/.ssh</code><br /><code>chmod 600 ~/.ssh/id_dsa*</code><br /></li>
<li>You should be prompted to enter your passphrase to unlock your private key.</li></ol>
{{Admon/tip | Tip: | If you are connecting from terminal started from in your GUI environment you can also choose it to remember your passphrase every time you login to the GUI.}}
 
-->
<ol><li value="19">Now we can ssh into fedora3 from fedora2 using 2 different authentication methods.</li>
<li>MaKe certain to logout of your Fedora3 system. Use the <code>hostname</code> command to verify you are back in your Fedora2 server.</li>
13,420
edits

Navigation menu