From a0c1cbcce6dd1b90b188d9713b7f74c544468e78 Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 28 Oct 2024 13:36:09 +0300 Subject: disable sshd --- rice.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rice.sh b/rice.sh index f89eb7a..3bd1f67 100755 --- a/rice.sh +++ b/rice.sh @@ -46,7 +46,6 @@ echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf echo 'pinentry-program /usr/bin/pinentry-qt' >> /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 chsh -s /bin/zsh $PERMUSER -- cgit v1.2.3