Add comment to SSH port
This commit is contained in:
parent
b300b55254
commit
1313f04b07
|
@ -20,7 +20,7 @@ users:
|
||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd/4fQV7CL8/KVwbo/phiV5UdXFBIDlkZ+ps8C7FeRf cardno:14 336 332
|
||||||
|
|
||||||
open_ports:
|
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: 'tcp', comment: 'Pi-hole (not port-forwarded)' }
|
||||||
- { port: '53', proto: 'udp', comment: 'Pi-hole (not port-forwarded)' }
|
- { port: '53', proto: 'udp', comment: 'Pi-hole (not port-forwarded)' }
|
||||||
- { port: '80', proto: 'tcp', comment: 'HTTP' }
|
- { port: '80', proto: 'tcp', comment: 'HTTP' }
|
||||||
|
|
Reference in a new issue