diff options
author | awy <awy@awy.one> | 2024-10-27 23:32:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-27 23:32:00 +0300 |
commit | 2bd226d29b2d579088a0b95bcb13a8e7761a6e29 (patch) | |
tree | 990b609e98db71c58f4fcdb55e61b2d63280fe9c /rice.sh | |
parent | 167bad44cb71f866d3192fef0a792738b9d4bfc3 (diff) |
fix
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,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 +echo 'pinentry-program /usr/bin/pinentry-gtk' >> /home/$PERMUSER/.gnupg/gpg-agent.conf echo 'default-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf echo 'max-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf dinitctl enable sshd |