{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiezrluld2hxuuuc6hzud5gaxxmls5gyr66dtd7ct5hzuz44xuym6u",
"uri": "at://did:plc:vyjlfm46mfv6u4vjp6qtrfx2/app.bsky.feed.post/3mltgtfdxje32"
},
"path": "/articles/the-pride-goeth",
"publishedAt": "2026-05-14T06:30:00.000Z",
"site": "https://thedailywtf.com",
"tags": [
"Feature Articles",
"Download our guide to learn the best practice of NuGet for the Enterprise.",
"@uni.uni"
],
"textContent": "**Janči,** a master's student of bioinformatics, was seated near the back of a large classroom. This was a simple compulsory elective course geared toward biologists. The professor was currently walking the class through their latest assignment. \"We'll need to connect to some Linux servers,\" he announced.\n\nThe other students seated nearby traded blank stares. They were all Mac and Windows users with no IT background. Meanwhile Janči, a veteran Linux user, started feeling a little smug. An easy A was at hand.\n\n\"First,\" the professor continued, \"you'll need a private key.\"\n\nAfter the professor had explained a few details, the first WTF came in the form of a bulk email sent to the entire class. The private key was attached. The username was the email address it was sent to.\n\n_What do you call the exact opposite of a private key?_ Janči wondered, bemused.\n\n\"You'll also need to download an application to help you log in,\" the professor said. \"I recommend MobaXterm.\"\n\nAs he detailed the process of visiting the SSH client website to download the software, Janči tuned out. He didn't need such hand-holding. He accessed OpenSSH, tried connecting ...\n\n... and failed.\n\nMeanwhile, everyone around him was logging in no problem.\n\nJanči's face burned with embarrassment at this second WTF. His first instinct was to blame the deprecated cryptography of the server. He spent most of the remaining lecture time searching for a way to allow his SSH to use SSH-DSS. (It turned out to be supported the whole time, despite the warnings he received.)\n\nJanči then tried to re-download the \"private\" key and adjust the SSH config file several times. He cycled through different possible usernames associated with his university email account.\n\nNo dice.\n\nHe was the only person in the class who hadn't yet logged into the server. Not even the professor was able to help him, since he was using Linux.\n\nEmbarrassment and frustration mounted. An hour later, out of ideas, Janči fell back to downloading MobaXterm and running it inside Wine.\n\nIt didn't work.\n\nThe professor offered him a spare Windows box. \"Here, try this one.\"\n\nJanči booted it up, copied the \"private\" key to the new machine ... _and still couldn't sign in._\n\nNow, this was getting suspicious.\n\nThe lecture ended. A friend of Janči's hung back while the rest of the students filed out. \"Why don't you try logging in with my credentials instead of yours?\" she asked.\n\nJanči was up for anything at that point.\n\nIt worked. On his own machine, on the Windows box, everywhere.\n\nWith that lead in mind, Janči opened the server's `/etc/passwd` file to look at all the usernames. He noticed that, unlike everyone else, his username and email address didn't match.\n\nHis university used Microsoft emails. Everyone had several address aliases, and they could also use whatever email address they liked in the system, even a personal one.\n\nJanči had chosen to use a school email in the form of `<number>@uni.uni`. Unfortunately, the Ubuntu server didn't like the idea of user being named just `<number>`, so it had renamed it to `user<number>`. Some script for generating SSH configuration had probably failed from there, because Janči also discovered that his user home directory was missing a `.ssh` directory and `known_hosts` file.\n\nUnfortunately, due to restricted access, he wasn't able to copy them from any of his classmates. In the end, he could connect to the server as any of his classmates, but not as himself.\n\n[Advertisement] Picking up **NuGet** is easy. Getting good at it takes time. Download our guide to learn the best practice of NuGet for the Enterprise.",
"title": "The Pride Goeth"
}