Veracrypt: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:
*Follow command line option shown at https://www.linuxbabe.com/ubuntu/install-veracrypt-ubuntu-16-04-16-10
*Follow command line option shown at https://www.linuxbabe.com/ubuntu/install-veracrypt-ubuntu-16-04-16-10


=Links=
=See Also=
*[[SSHFS]]
*[[SSHFS]]
* [[Maltfield_Log/2018_Q2#Mon_May_21.2C_2018]]
* [[Zulucrypt]]
* [[Keepass]]
* [[Pgp]]
* [[LUKS]]
* [[OSE_Server#sshfs]]
* [[Backups]]
* [[Server and Passwords Notes]]
* [[Access Management Theory]]
* [[Internet Security 101]]
=External Links=
* [http://www.veracrypt.fr/en/Home.html Official Veracrypt Website]
[[Category: IT Infrastructure]]
[[Category: Software]]
[[Category: Cybersecurity]]

Latest revision as of 20:38, 11 April 2025

I met with Marcin to set him up with an ext3 backup usb drive that contains a 20M veracrypt file container. This encrypted volume contains:

  1. a backup of his pgp key (I created a new pgp key for him yesterday + revoked his old key from earlier this year as he forgot the password)
  2. a backup of his ssh key (I created a new ssh key for him yesterday)
  3. a backup of his personal keepass file (We created a new keepass for him yesterday)
  4. a backup of our shared ose keepass, which lives on the ose server. He also has a backup of #the keyfile used to decrypt our shared ose keepass on this drive as well.
  5. a redundant backup of our key file used to encrypt our server backups

Marcin's laptop now has ssh access to hetzner2 just by typing `ssh www.opensourceecology.org`. There's a '$HOME/.ssh/config' file that sets the port correctly. Marcin has been trained on how to access our shared ose keepass remotely using sshfs.

Install

See Also

External Links