Brad Fitzpatrick
Brad Fitzpatrick
Thoughts on the design are welcome at https://github.com/golang/go/issues/6918 [Edited by JS] Thanks!
Closing in favor of https://github.com/bradfitz/gomemcache/pull/154 Sorry for ignoring this for 5 years 😢
@LouisStAmour, everything we already said above is still applicable, but I'll repeat: we did 8.8.8.8 and 1.1.1.1 and such first because they could be done transparently (their TCP/HTTPS DoH endpoints...
> If you ask me, using DNSSEC or a favoured DoH provider By policy, we never hard-code Google or Cloudflare or any other provider. Users have strong opinions about such...
As @mattbdc pointed out in dup #6667, this is purely about non-interactive sessions. I can reproduce: ``` bradfitz@book1pro ~ % ssh tsdev env | grep ^PATH bradfitz@book1pro ~ % ssh...
@ShadowJonathan, `/etc/profile` empirically isn't used by OpenSSH when running a command without a session. I modified my `/etc/profile` with `/bradtest/` entries at the end like: ``` if [ "$(id -u)"...
But I'm super curious about all this, so let me know what we're missing! (this is all fascinatingly horrible)
But do you see how many other distros build OpenSSH to hard-code values? Keep in mind this is only for the very early environment before your shell initializes it further....
The fixes haven't been released yet.
The PATH fix was just submitted last night.