Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - WyrdZ

#1
Hello guys,

Just my 2 cents on this and sorry for being tired of hearing "security through obscurity" mantra thrown around all the time.

If the obscurity does not replace security then it's fine.

Changing the default ssh port from 22 to a random upper port can also be considered security through obscurity, but just changing it takes care of 99% of fully automated probes.

Same goes for the default Web UI.

Why not go one step further and add knockd? A simple, unencrypted sequence does not replace your usual security, but it sure gets rid of the vast majority of mindless scanning bots.

Let's all agree to put a huge warning on the knock configuration page, use it if we are tired of deleting logs from exotic countries and keep our opnsense up to date as usual.

Thank you. :)

PS: we still have a GRE device available, right? That's a clear text tunnel. No warnings there, no security required. Yes, I saw noobs doing GREs like they's spliting the atom :)
#2
Well actually, I found this one in the feature request https://github.com/opnsense/core/issues/6646

I'll try to create a new feature request that would fulfill the requirements so it doesn't get automatically closed.
#3
Hello,

I have configured an OpenVPN instance with clients certificates from a fresh new internal CA. The openvpn server certificate is also generated from that CA.

To my surprise, I was not able to see any controls in the UI to reissue/renew an expired certificate. Moreover, I wasn't able to find anything on the internet apart from this old topic https://forum.opnsense.org/index.php?topic=24900.0

Any advices would be welcome. Perhaps I should open a new feature request? Using `openssl x509 -x509toreq -in old.crt -signkey private.key` and then sign the request is clearly a non-starter, since both certificates (the expired one and the new one) will remain in the long "Certificates" list, with the new one missing the private key...

Thank you.