I think it’s common enough. Handy when using encrypted USBs.
perhaps checking here:
A post was split to a new topic: Automatically removed quote of whole previous post.
Is that the only package you need for encrypted USBs or are you interested in a GUI?
@nurmagoz please add this request on phabricator.
We have an old thread dedicated to which choice of passmanager to pick. Consensus seems to be out on this for now?
That’s what I need and that’s what’s required in order to use the current GUI (the XFCE File Manager) with encrypted USBs. Without cryptsetup, an error regarding cryptsetup appears after entering the passphrase. A less technical user may assume the problem is with the passphrase rather than with a missing package.
done:
https://phabricator.whonix.org/T890
EDIT by Patrick:
This forum thread is now uses as ticket.
OK should be simple to add in the next release. Meanwhile just install it manually.
Should be installed by default on workstation and gateway. Reason for gateway: someone might attach an encrypted usb drive to the gateway (to restore config, backup or something) and expecting the same like in the workstation.
Which anon-meta-package would be a suitable for this cli package?
//cc @Algernon
I’d add it to non-qubes-vm-enhancements-cli.
Algernon:
I’d add it to non-qubes-vm-enhancements-cli.
Not Qubes specific at all? No one would add a USB drive to a Qubes VM
directly?
3 posts were merged into an existing topic: Add Password manager by default
3 posts were split to a new topic: cannot access encrypted USB drive with Thunar in Whonix 15
Information
ID: 890
PHID: PHID-TASK-g2iqzgr2uduuvnctrobo
Author: TNTBOMBOM
Status at Migration Time: resolved
Priority at Migration Time: Low
Description
That’s what I need and that’s what’s required in order to use the current GUI (the XFCE File Manager) with encrypted USBs. Without cryptsetup, an error regarding cryptsetup appears after entering the passphrase. A less technical user may assume the problem is with the passphrase rather than with a missing package.
Comments
Patrick
2019-01-20 05:04:17 UTC
Patrick
2019-04-06 14:50:14 UTC
What are the reasons this hasn’t been done yet? I find it strange that cryptsetup is not installed by default. It can still cause confusing errors like “unknown filesystem”, which is not clear to less technical users.
This was done as per this ticket.
I don’t see cryptsetup installed on a default whonix-workstation-17 in Qubes OS.
This was done for Non-Qubes-Whonix only.
What is the purpose of connecting a cryptsetup USB device (presumably) directly to Qubes-Whonix?
Wouldn’t there be a more Qubes native, more secure way to handle this?
To access and store encrypted data on the device.
If a USB qube is used, dom0 does not have access to the device, in this case the VM that the device is attached to does the encryption. The cryptsetup
binary used for common operations is not available though.
You can still unlock and mount cryptsetup devices using Thunar in Qubes-Whonix (tested just now), so maybe not a problem for most users after all. It’s a very small package though, and pulls few dependencies.
IIRC the USB qube can handle the encryption too, but that’s an unlikely use case.