Google Analytics Tracking Module for VirtueMart
Sponsored Links
Main Menu
Home
News
Blog
Photos
News Feeds
Documents
Calendar
Weather
FAQs
Message Boards
- - - - - - -
Search
Links
Contact Us
Mamblog
DFW Classified Adds
Administrator
CB Login

Newsflash

OK, I have a new PGP Key. My public Key is in this announcment. Should anyone need to contact me privatly please encrypt the message with this key.

 

Putting your encrypted container to good use. PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Administrator   
Friday, 18 July 2008

Well, If you followed my last entry then you have an encrypted container on a USB pen drive. You have the enc package set up and everything is working. Now lets move your ssh keys and gnupg key ring into the encrypted container and secure them.

 

This really is an easy setup.

SSH stores your keys in a directory that resides in your home director. This directory is named .ssh because this file starts with a period it is normally hidden. If you open your home directory in konqueror you can make it so that you can see these files.

 Start by mounting your encrypted container file and opening a Konqueror file browser to the location. Then you will want to open your home directory in a separate file browser.

 

In Konqueror select View-> Show Hidden Files

This will make the hidden files viewable. 

Now you can locate, drag and drop your .ssh file from your home directory to your encrypted container. When prompted select Move to move the file. your should do the same with the .gnupg file. This will put the keyrings for ssh and gpg onto your encrypted container.

 

Now we need to create symbolic links so that the system knows were to find the key rings. This is done using the ln command. You will need to open a terminal window to do this.

K->System->Terminal

At the prompt type

ln -s ~/Desktop/encrypted/.ssh .

 ln -s ~/Desktop/encrypted/.gnupg .

If you have changed the location of your encrypted container mount point using enc-config you will need to adjust these commands for the new mount location.

Here is an overall image of the home directory, encrypted container file, and the terminal with the ln commands in it.

Image 

» Post Comment
Email (will not be published)
Name
Title
Comment
 remaining characters
Captcha Image Regenerate code when it's unreadable
» No Comments
There are no comments up to now.
Last Updated ( Thursday, 29 January 2009 )
 
< Prev   Next >
   Home arrow Blog arrow Putting your encrypted container to good use.