Earlier quoted context omitted.
I use it on ios, and so does most of Red Hat employees (they state it is a preferred version of tfa over the google app.) It's not broken for the 15 or so accounts I use it for.
Try the "scan code" button which should activate the camera and the app will crash. I just tested it with my iPhone and verified. The iOS App Store application was last updated 4 years ago. There's also comments there saying it doesn't work anymore. Reading / using existing codes might work properly, or manually inputting them.
How to Secure a Linux Server
71–80 of 108 posts
Re: How to Secure a Linux Server
#72Earlier quoted context omitted.
Try the "scan code" button which should activate the camera and the app will crash. I just tested it with my iPhone and verified. The iOS App Store application was last updated 4 years ago. There's also comments there saying it doesn't work anymore. Reading / using existing codes might work properly, or manually inputting them.
Nope. I used that feature just today to add another account. Works on my iPhone X.
Re: How to Secure a Linux Server
#73Securing ssh, 2FA for ssh, using key authentication... Yes but first and foremost you don't expose ssh to all internet, it should be allowed only from known IP addresses and you should VPN to have connect to that known addresses. Section about firewall config just tells to open ssh...
It might help protect against an OpenSSH zero-day but those are pretty rare. I've been running my home server with an completely open SSH port since 2012 and haven't been hacked yet. And I know since I check occasionally with Tripwire and/or RPM verification from a clean boot. The only downside to an open SSH port is the thousands and thousands of log spams from connection attempts. The upside is that I can log in fr…
For work related stuff if I have to deal with multiple people accessing multiple servers then it is different story. Strictly forbidding ssh to have people connect from one IP is a lot more control. Then also key auth but I don't have to setup some google auth.
Re: How to Secure a Linux Server
#74This is my first time putting a guide like this together. I see a lot of really great feedback and I will be incorporating them into future updates.
I don't have time today but I will reply individually to all the comments that I can.
I appreciate any/all feedback/advice. If possible, could future issues be submitted to GitHub because it is easier for me to manage if everything is in one place. https://github.com/imthenachoman/How-To-Secure-A-Linux-Serve...
But right now I need to find all the other places this guide is linked to with comments so I can address them too. :)
Re: How to Secure a Linux Server
#75This guide contains (at least) inaccurate statements. It's oversimplifying and omitting important things while putting emphasis on some exotic details where defaults would be sane enough. "One key, the public key, can only encrypt data, not decrypt it" - this is cryptographically inaccurate. One should use it that way, though. "Identity is verified by encrypting and decrypting data that both the client and server kno…
Re: How to Secure a Linux Server
#76Earlier quoted context omitted.
I use it on ios, and so does most of Red Hat employees (they state it is a preferred version of tfa over the google app.) It's not broken for the 15 or so accounts I use it for.
Try the "scan code" button which should activate the camera and the app will crash. I just tested it with my iPhone and verified. The iOS App Store application was last updated 4 years ago. There's also comments there saying it doesn't work anymore. Reading / using existing codes might work properly, or manually inputting them.
I've sent a note to the maintainers, but there's an open git issue for it. Not sure when their commits will roll to the store.
I'm told by multiple colleagues at redhat that they've raised this with internal support, so it should be sorted eventually. Lots of iphones in redhat and this is the app they officially support for TFA internally.
Re: How to Secure a Linux Server
#77Is using gmail to send mails from your server a good idea?
Re: How to Secure a Linux Server
#78Is using gmail to send mails from your server a good idea?
It's better than running your own smtp servers. But the article proposes using your own gmail account, to which the server has an app password. So a server compromise leads to your own email being compromised. It should be a separate gmail account.
Although I wonder if its necessary if you use an app password. What is the worst a bad-actor can do with the app password?
Re: How to Secure a Linux Server
#79I was pleased to notice that the author used DuckDuckGo search link in their article instead of Google.
Re: How to Secure a Linux Server
#80Does anyone have experience with deborphan? Not previously aware of it, I installed it, and it reported 2 programs which I use very frequently (conky and cryptsetup) as being orphans. I dare not run the uninstall script in the linked guide.