19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# security is annoying
|
|
like stuff like ssh, https, it's annoying when you're not exactly spot in the intended use-case.
|
|
really wish humanity was trustworthy but yeah no we can't have nice things
|
|
|
|
another annoyance, holy fuck i really hate firewalls
|
|
especially port forwarding
|
|
like why can't we be nice beings and just trust each other not to kill each other's servers on port 22 :sob:
|
|
|
|
another instance of security being a dick (f.t xargana):
|
|
```
|
|
Err:6 https://pkg.cloudflare.com/ jammy InRelease
|
|
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 254B391D8CACCBF8
|
|
Reading package lists... Done
|
|
W: GPG error: https://pkg.cloudflare.com/ jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 254B391D8CACCBF8
|
|
E: The repository 'https://pkg.cloudflare.com/ jammy InRelease' is not signed.
|
|
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
|
|
N: See apt-secure(8) manpage for repository creation and user configuration details.
|
|
root@vmi2567460:~#```
|