diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ``` |
