Ryan Castellucci

Results 88 comments of Ryan Castellucci

Any clarity on when (or even if) that might be fufilled?

Go's SSH library does now seem to support connecting via a proxy. https://stackoverflow.com/questions/36102036/how-to-connect-remote-ssh-server-with-socks-proxy

The HTTP_PROXY and HTTPS_PROXY environment variables are supposed to be for http/https requests specifically and wouldn't apply to ssh/sftp. ALL_PROXY is what you want, but that's not supported either.

Just wanted to reference the `ipset-dns` tool here: https://git.zx2c4.com/ipset-dns/about/ - the code shows how to do this without having to call an external program. It's extremely useful for deny-by-default egress...

> @ryancdotorg FYI this PR implements your NameTrade non-interactive scheme. neat

I remember looking into DNSSEC before and finding that neither PyDNS or dnspython had sufficient support for both signing and verifying. pydnssec might work. Adding a python plugin for unbound...

@wewa00 @issacg @s-hadinger I'm not sure why nobody @'d me here, and also please note that **I'm a "them"**, not a "she" or "he". **To answer the question, no, an...

At this point, the only risk for dropping support is for folks who are compiling in keys and never updated the fingerprints, and for those updating from 8.x. That said,...