Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hexadecimal conversion of e.g. passwords
The od / sed / sed pipeline caused longer passwords to be wrapped causing the mount tools to trip over password entry, resulting in authentication failures. This approach uses a simpler setup with `xxd` which correctly converts all input bytes into the format `expect` requires to enter the password.
- Loading branch information