possiblylinux127

joined 2 years ago
MODERATOR OF
[–] possiblylinux127@lemmy.zip 0 points 6 days ago (1 child)

XMPP kinda sucks

[–] possiblylinux127@lemmy.zip 0 points 5 months ago* (last edited 5 months ago) (1 child)

Always good advise

However, OpenSSH is pretty solid security wise. https://www.openssh.com/security.html

Note: it is best to check the official security pages instead of random websites.

[–] possiblylinux127@lemmy.zip 1 point 5 months ago* (last edited 5 months ago)

This is security theater

Flaws in SSH do happen but they are very rare. The solution to this is defense in depth which is different than security by obscurity.

[–] possiblylinux127@lemmy.zip 1 point 5 months ago

To expand on this a bit:

A lot of attacks are automated since the goal is to compromise as many hosts as possible. These hosts are then used in a botnet or sold to people on shader websites to use as proxies.

[–] possiblylinux127@lemmy.zip 1 point 5 months ago

IP whitelists are not terribly secure and are quite a hassle.

Instead use a overlay VPN or some sort of extra security layer like mTLS or Authelia

[–] possiblylinux127@lemmy.zip 0 points 5 months ago (3 children)

With SSH it is easier to do key authentication. Certificate authentication is supported but it is a little more hassle. Don't use password authentication as it is deprecated and not secure.

The key with SSH (openssh specifically) is that it is heavily audited so it is unlikely to have any issues. The problem is when you start exposing self hosted services with lots of attack surface. You need to be very careful when exposing services as web services are very hard to secure and can be the source of a compromise that you may or may not be aware of.

It is much safer to use a overlay VPN or some other frontend for authentication like mTLS or an authenticated reverse proxy.

 

A little old but I missed this a few months back

Steve Langasek has passed away (discourse.ubuntu.com)
submitted 1 year ago* (last edited 1 year ago) by possiblylinux127@lemmy.zip to c/freesoftware@lemmy.zip
 

He is one of those people who made a huge impact on a lots of people in the community. He started with Debian back in 1996 and held many different roles and most recently was the Ubuntu Platform manager.

 

!luanti@lemmy.zip

Luanti is a free software game platform with a focus on community games and mods. It was originally called Minetest but the name changed as of a few weeks ago.

 

If you look at CVEs in Android a lot of them are tied to proprietary Qualcomm binaries. Its crazy how your GPU driver can be exploited to get root access.

If Qualcomm wasn't so dependent on their vendor kernel that ships with tons of binary blobs it would be lot more secure.

 

This article is over 10 years old but it is the best explication I've scene

view more: next ›