|
|
@ -31,3 +31,6 @@ 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` |