Poems in true chronological order by post date
-> file: fediverse/3465 ════════════════════════════════════════════════════─────────────────────────────── ┌──────────────────────┐ │ CW: food-mentioned │ └──────────────────────┘ I'm not really a "cookies and tea with honeysuckle and purslaine" kind of witch I'm more like a... "here eat this gruel and drink lots of water, it'll give you energy for the long road to come" kind of witch ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3466 ════════════════════════════════════════════════════─────────────────────────────── I have decided that the internet is a scam and nobody should use it for any reason ever ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3467 ════════════════════════════════════════════════════─────────────────────────────── I have decided that the internet is a scam and nobody should use it for any reason ever you're just looking for motivation to do a dopamine detox, aren't you? ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3468 ════════════════════════════════════════════════════─────────────────────────────── @user-1352 yessssss gimme that dope I'm in withdrawal ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3469 ════════════════════════════════════════════════════─────────────────────────────── you know how SSH password login is deprecated because the password needs to be transmitted in cleartext or whatever? what if we just... required two passwords? the first initiates the conversation, and sets up an encrypted line. It doesn't matter if anyone sees the first password because they'll get a new set of encrypted keys, meaning each session automatically is encrypted in a different, randomized way. the second password is the one that actually authenticates you. ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3470 ════════════════════════════════════════════════════─────────────────────────────── alternatively, when you initiate an SSH session it sends you a randomized public key whose private key is the password that you need to login. By decrypting the string of text it sent you and sending it back (plus the password at the end or whatever) you can ensure secure authentication without bothering with the passwordless keys which are wayyyyyy more trouble than they're worth and lack the "something you know" authentication method. ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ -> file: fediverse/3471 ════════════════════════════════════════════════════─────────────────────────────── @user-883 it might be, I don't know much about it (hence why I'm asking questions) but I have heard that ssh keys are more secure than password authentication and it never made sense to me. If availability is important for security purposes, then wouldn't SSH keys (which are much more difficult to carry around than a password) be less suitable? ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧═════════════════════════════════════════──────────────────┴───────────┘ |