Hello, I am back to working with json data now that 2.4.0 is closer to release. I am using source clone cloned from gitlab to get the latest features but not able to get some commands to work. If I'm reading the latest man page properly these commands should import json data into the header but it always fails for me. $ echo '{ "foo" : "bar" }' | cryptsetup token import /dev/sdb2 --key-slot 1 Failed to import token from file. $ echo '{ "foo": "bar" }' > test.json $ cryptsetup token import /dev/sdb2 --key-slot 1 --json-file ./test.json Failed to import token from file. _______________________________________________ dm-crypt mailing list -- dm-crypt@xxxxxxxx To unsubscribe send an email to dm-crypt-leave@xxxxxxxx