diff options
author | awy <awy@tutamail.com> | 2024-08-27 16:17:36 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-27 16:17:36 +0300 |
commit | 7c8533a9ea9d841b3d5bb6ca2243662e87f8d2cc (patch) | |
tree | 1acdedb59863f3aea0c0725de8f2da24417cc161 | |
parent | e8b6a45c995d3da381db86322095904e6bc94549 (diff) |
colors
-rwxr-xr-x | rice.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |