diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-04-19 18:12:46 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-22 01:45:48 +0200 |
commit | e18b37127697426aa02c3e947a7c67ec92dafa88 (patch) | |
tree | d71716735025d2be0db6d804d7097095fa54c526 /testing/pass/README.alpine | |
parent | 6ff0c2d5d7852501d07fc15ca9baf8f613a04893 (diff) | |
download | aports-e18b37127697426aa02c3e947a7c67ec92dafa88.tar.bz2 aports-e18b37127697426aa02c3e947a7c67ec92dafa88.tar.xz |
testing/pass: update README.alpine
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) |