We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env:
Distribution: Arch Linux Installation type: Directory Installation path: ${ENV_DIR}/rootfs/archlinux Linux Deploy 2.3.0 Android 9 with encrypted ext4 public-key or password ssh login
When I try to write(read is ok) some file in ssh session, I always got:
# echo 1 > file -bash: file: Required key not available
writing file in cli.sh shell is fine
cli.sh shell
I found some simliar case in other project.
README of google/fscrypt ChromiumOS chroot crouton#3261
The text was updated successfully, but these errors were encountered:
I read dnschneid/crouton#3860 (comment) and ran sed -i "s/pam_keyinit.so/pam_keyinit.so #/" /etc/pam.d/* . Then the problem seemed solved.
sed -i "s/pam_keyinit.so/pam_keyinit.so #/" /etc/pam.d/*
Sorry, something went wrong.
@Hagb Thanks a lot! It works for me!
No branches or pull requests
env:
When I try to write(read is ok) some file in ssh session, I always got:
writing file in
cli.sh shell
is fineI found some simliar case in other project.
README of google/fscrypt
ChromiumOS chroot crouton#3261
The text was updated successfully, but these errors were encountered: