Jump to page: 1 25  
Page
Thread overview
D Github contributors - enable 2 factor authentification
Aug 10, 2016
Walter Bright
Aug 10, 2016
Kagamin
Aug 10, 2016
Walter Bright
Aug 10, 2016
Walter Bright
Aug 10, 2016
Seb
Aug 11, 2016
Walter Bright
Aug 11, 2016
Jonathan M Davis
Aug 11, 2016
qznc
Aug 11, 2016
Jonathan M Davis
Aug 11, 2016
qznc
Aug 11, 2016
Jesse Phillips
Aug 11, 2016
Walter Bright
Aug 11, 2016
Chris
Aug 11, 2016
ketmar
Aug 11, 2016
Jesse Phillips
Aug 11, 2016
ketmar
Aug 12, 2016
Jesse Phillips
Aug 11, 2016
Jonathan M Davis
Aug 11, 2016
qznc
Aug 11, 2016
Kagamin
Aug 11, 2016
Kagamin
Aug 26, 2016
Nick Sabalausky
Aug 11, 2016
sldkf
Aug 11, 2016
ketmar
Aug 11, 2016
H. S. Teoh
Aug 11, 2016
sldkf
Aug 11, 2016
H. S. Teoh
Aug 11, 2016
Walter Bright
Aug 26, 2016
Nick Sabalausky
Aug 26, 2016
Jacob Carlborg
Aug 26, 2016
ketmar
Aug 26, 2016
ketmar
Aug 27, 2016
Basile B.
Aug 10, 2016
Jesse Phillips
Aug 12, 2016
Walter Bright
Aug 12, 2016
mùsdl
Aug 24, 2016
Seb
Aug 23, 2016
Kagamin
August 09, 2016
https://news.ycombinator.com/item?id=12259176

Apparently github users are increasingly being targeted.
August 10, 2016
They probably wanted his private code, otherwise the attack is futile.
August 10, 2016
On 8/10/2016 3:40 AM, Kagamin wrote:
> They probably wanted his private code, otherwise the attack is futile.

Perhaps, but I don't want a malicious actor being able to hose the dlang repository. Too many people depend on it to risk that sort of thing.
August 10, 2016
On 8/10/16 12:20 AM, Walter Bright wrote:
> https://news.ycombinator.com/item?id=12259176
>
> Apparently github users are increasingly being targeted.

Done. Didn't realize about this issue, of course, probably shouldn't use a crappy password on your DNS server...

In any case, should be 0 impact, since all my github traffic goes via ssh key.

-Steve
August 10, 2016
On Wednesday, 10 August 2016 at 04:20:51 UTC, Walter Bright wrote:
> https://news.ycombinator.com/item?id=12259176
>
> Apparently github users are increasingly being targeted.

2 Factor Auth is pretty accessible now days. Definitely enable for Gmail to if you're using that service.

I'd recommend using Yubikey, but the two places I've been able to make use of it is a paid for LastPass account and Github. If you do go for a key, choose one with U2F. These keys don't get firmware updates so as they develop new technology on the key it requires buying a new key.

https://www.yubico.com/
August 10, 2016
On 8/10/2016 9:15 AM, Steven Schveighoffer wrote:
> Done.

Thanks!

> In any case, should be 0 impact, since all my github traffic goes via ssh key.

Like a castle with its defenses in depth, security should always have multiple levels to it to guard against a single point of failure.

August 10, 2016
On Wednesday, 10 August 2016 at 23:22:24 UTC, Walter Bright wrote:
> On 8/10/2016 9:15 AM, Steven Schveighoffer wrote:
>> Done.
>
> Thanks!
>
>> In any case, should be 0 impact, since all my github traffic goes via ssh key.
>
> Like a castle with its defenses in depth, security should always have multiple levels to it to guard against a single point of failure.

FYI: You (as org admin) can check whether everyone of the organization has 2FA enabled:

https://help.github.com/articles/ensuring-that-organization-members-have-enabled-two-factor-authentication/
August 10, 2016
On 8/10/2016 4:41 PM, Seb wrote:
> FYI: You (as org admin) can check whether everyone of the organization has 2FA
> enabled:
>
> https://help.github.com/articles/ensuring-that-organization-members-have-enabled-two-factor-authentication/


Thanks! OMG, looks like only about a fifth have 2FA.
August 10, 2016
On Wednesday, August 10, 2016 18:34:56 Walter Bright via Digitalmars-d wrote:
> On 8/10/2016 4:41 PM, Seb wrote:
> > FYI: You (as org admin) can check whether everyone of the organization has
> > 2FA enabled:
> >
> > https://help.github.com/articles/ensuring-that-organization-members-have-e nabled-two-factor-authentication/
> Thanks! OMG, looks like only about a fifth have 2FA.

I just enabled it because of this thread, but in general, I'm paranoid about two-factor auth and don't use it for much. My domain registrar (and thus DNS) is one of the few places that I have it enabled. I'm just too worried about getting locked out. The very thing that makes it more secure significantly increases the risk of you having a problem that locks you out. :(

- Jonathan M Davis

August 11, 2016
On Thursday, 11 August 2016 at 06:21:35 UTC, Jonathan M Davis wrote:
> I just enabled it because of this thread, but in general, I'm paranoid about two-factor auth and don't use it for much. My domain registrar (and thus DNS) is one of the few places that I have it enabled. I'm just too worried about getting locked out. The very thing that makes it more secure significantly increases the risk of you having a problem that locks you out.

This thread pushed me to enable it for Google and Github. The fear of lock out plagues me as well.

However, I asked a few friends and so far I have found nobody who was actually locked out. The fact that they all give you a few backup codes for login helps.
« First   ‹ Prev
1 2 3 4 5