lonix1

Results 438 comments of lonix1

There are about a dozen approaches starting from 2013/2014, and changing with each major version of docker. At this point I have no understanding which to use, and why. I...

@cpuguy83 So if I understand correctly, if I implement your approach, thereafter I can continue to use ufw to open/close ports, and never need to mess around with iptables at...

@kaysond What workaround are you using at the moment?

@menathor *I'm in the same boat as you exactly*. And I'm also wary of the copy-pasta approach. So I decided to dump ufw and use iptables. Which annoys me, as...

Hey @kaysond Sorry I forgot about this thread. I've been using iptables for a week now and couldn't be happier. For anyone who arrives here, these two links will help...

This is a real pain. It's impossible to reference docs properly because of this. *Every section should have an anchor.* Will this ever be added? The quality of the hub...

Agreed. The breaking change may annoy some people though. Maybe a compromise: - `mode`: sets permissions for both keys - `mode_private`: sets permissions for just the private key - `mode_public`:...

Sorry I'm not an insider, so some of this went over my head. Are you saying that my problem is that *I actually used `mode` in the first place*? So...

Yes... just tested it. The trick is NOT to set mode to begin with. :-) Thanks. It would probably help others if the [the docs](https://docs.ansible.com/ansible/latest/collections/community/crypto/openssh_keypair_module.html) had a one liner on...

I tried to do a PR to add that to the docs, but for reasons I don't understand, `mode` doesn't appear in the source for that doc. (I just clicked...