From 1313f04b0782acfd84ce88206ea456ab244c45f4 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 16 Sep 2023 23:43:53 +0200 Subject: [PATCH] Add comment to SSH port --- group_vars/all/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index e038774..63496e9 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -20,7 +20,7 @@ users: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332 open_ports: - - { port: '22', proto: 'tcp', comment: 'SSH' } + - { port: '22', proto: 'tcp', comment: 'SSH (not port-forwarded)' } - { port: '53', proto: 'tcp', comment: 'Pi-hole (not port-forwarded)' } - { port: '53', proto: 'udp', comment: 'Pi-hole (not port-forwarded)' } - { port: '80', proto: 'tcp', comment: 'HTTP' }