aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 16:17:36 +0300
committerawy <awy@tutamail.com>2024-08-27 16:17:36 +0300
commit7c8533a9ea9d841b3d5bb6ca2243662e87f8d2cc (patch)
tree1acdedb59863f3aea0c0725de8f2da24417cc161 /rice.sh
parente8b6a45c995d3da381db86322095904e6bc94549 (diff)
colors
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rice.sh b/rice.sh
index aa41bc0..59508cc 100755
--- a/rice.sh
+++ b/rice.sh
@@ -47,6 +47,7 @@ doas -u $PERMUSER touch /home/$PERMUSER/.ssh/config
doas -u $PERMUSER touch /home/$PERMUSER/.gnupg/gpg-agent.conf
echo 'Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"' > /home/$PERMUSER/.ssh/config
echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf
+echo 'pinentry-program /usr/bin/pinentry-curses' >> /home/$PERMUSER/.gnupg/gpg-agent.conf
rc-update add sshd default
rc-service sshd start