From d2dbd1addfd49f9e8e0d3876f2845e4b9980af2c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 9 Jun 2021 12:43:39 +0200 Subject: Allow ssh on linux from local networks using smart card --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 ``` -- cgit v1.2.3