|
|
@ -30,4 +30,7 @@ ufw delete 2 |
|
|
ufw allow from 192.168.1.10 to any port 22 proto tcp |
|
|
ufw allow from 192.168.1.10 to any port 22 proto tcp |
|
|
ufw allow in on tailscal0 to interfaceip port 22 from otherdeviceip |
|
|
ufw allow in on tailscal0 to interfaceip port 22 from otherdeviceip |
|
|
ufw reset |
|
|
ufw reset |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## List ports Linux is listening on |
|
|
|
|
|
`sudo lsof -nP -iTCP -sTCP:LISTEN` |