Live data from Hacker News

Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

jobs.hackclub.com

11–20 of 119 posts

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#11

Earlier quoted context omitted.

Kinda unforgivable to be on front page of HN in 2021 without https

Why exactly? Other than a lot of "potential problems" security theater? People still send postcards, where they don't care if people read what's written on it..

Practically speaking, it is because some modern browsers (and extensions) will throw up an error (either by-passable or not) if it's HTTP only. Yeah it's not necessary in many cases, but it's growing to be the standard expected behavior.

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#14

Earlier quoted context omitted.

Kinda unforgivable to be on front page of HN in 2021 without https

Why exactly? Other than a lot of "potential problems" security theater? People still send postcards, where they don't care if people read what's written on it..

Because of ISP's between me and the target http awful track record of injecting their code full of crap, that's why.

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#15

Earlier quoted context omitted.

Kinda unforgivable to be on front page of HN in 2021 without https

Why exactly? Other than a lot of "potential problems" security theater? People still send postcards, where they don't care if people read what's written on it..

[deleted]

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#17

Earlier quoted context omitted.

Why exactly? Other than a lot of "potential problems" security theater? People still send postcards, where they don't care if people read what's written on it..

Practically speaking, it is because some modern browsers (and extensions) will throw up an error (either by-passable or not) if it's HTTP only. Yeah it's not necessary in many cases, but it's growing to be the standard expected behavior.

Which ones, pray tell?

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#18

Earlier quoted context omitted.

Why exactly? Other than a lot of "potential problems" security theater? People still send postcards, where they don't care if people read what's written on it..

Practically speaking, it is because some modern browsers (and extensions) will throw up an error (either by-passable or not) if it's HTTP only. Yeah it's not necessary in many cases, but it's growing to be the standard expected behavior.

I'm sure the readers of hacker news can deal with that.

Re: Show HN: Apply for a job through SSH, $ ssh jobs.hackclub.com

#19
post #9
post #5

Are there are any security precautions in using ssh (or telnet, netcat or curl for that matter) to connect to an unknown service like this?

A privacy precaution would be to `ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no jobs.hackclub.com`. By default ssh will send all its public keys to a server unless given an identify file to use as an arg or in ~/.ssh/config.

In case you want to apply for a job without admitting who you are?
Post reply on HN