diff options
author | awy <awy@awy.one> | 2024-10-28 13:36:09 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-28 13:36:09 +0300 |
commit | a0c1cbcce6dd1b90b188d9713b7f74c544468e78 (patch) | |
tree | 80467389b2d622c8e803cb54a0079049a526c7b4 /rice.sh | |
parent | d29ead8ed763f75a553405dbf3257f3ac1eab7be (diff) |
disable sshd
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |