diff options
Diffstat (limited to 'testing/pass/README.alpine')
-rw-r--r-- | testing/pass/README.alpine | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/pass/README.alpine b/testing/pass/README.alpine index dc5f9d05eb..fffbb1bbf9 100644 --- a/testing/pass/README.alpine +++ b/testing/pass/README.alpine @@ -26,3 +26,8 @@ host xxxxxxx chown user:user $file ln -s $file /root/.Xauthority +(6) In the REMOTE ROOT ~/.profile add: + + # fix tty ownership for pinentry after su - + chown root $(tty) + export GPG_TTY=$(tty) |