summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35a6327..db7d83a 100644
--- a/README.md
+++ b/README.md
@@ -144,4 +144,8 @@ sudo apt update -y
sudo apt upgrade -y
sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt -y
ln -sf ~/.rc/.bashrc ~/.bashrc
+ssh-add -L > ~/.ssh/.authorized_keys
+sudo systemctl enable ssh
+sudo ufw enable
+sudo ufw allow from 192.168.0.0/24 to any port 22
```