Are exported private keys in GPG still encrypted?

Exported secret keys are encrypted by default, however –export-options export-reset-subkey-passwd will produce an unprotected export: When using the –export-secret-subkeys command, this option resets the passphrases for all exported subkeys to empty. This is useful when the exported subkey is to be used on an unattended machine where a passphrase doesn’t necessarily make sense. Defaults to … Read more

Vagrant error: NFS is reporting that your exports file is invalid

I had some previous images/boxes installed in my VirtualBox installation, so there were a few invalid entries in /etc/exports already. So I had to clean up that file and restart my Vagrant box. NFS is reporting that your exports file is invalid. Vagrant does this check before making any changes to the file. Please correct … Read more