Why aren't we using SSH for everything? (2015)

(shazow.net)

39 points | by thunderbong 2 months ago ago

9 comments

  • camgunz 2 months ago

    A thing I ran into is there are no virtual hosts in SSH, i.e. you can't have an SSH server at happy.example.org and ecstatic.example.org if they're both the same IP address. There was a patch for this but support waned. It's a huge blocker.

    • graemep 2 months ago

      For any specific use you could build something on top of it to deal with that. For example if you go with the last idea in the article and build http over ssh then your server just looks at the headers.

      You would not have separate certs for each subdomain but is that a problem? arguably more convenient.

    • c0_0p_ 2 months ago

      I know a commercial product isn't necessarily the solution, but I just love Tailscale. It makes sshing around absurdly easy and clean.

      There is also the open source headscale, which I haven't used but seems to be well respected.

  • nektro 2 months ago

    > It’s lacking a notion of virtual hosts, or being able to serve different endpoints on different hostnames from a single IP address.

    this is the answer. but fantastic read of an article

  • tetris11 2 months ago

    A dwarf fortress style mmorpg played over SSH would be incredible

  • vekntksijdhric 2 months ago

    I guess the answer is UI, which clearly the author didn't mention

    • emigre 2 months ago

      You can use an UI application remotely via ssh via X11 forwarding.

      But, at least over wi-fi, I've found it to be too slow to be useful.

      • Levitating 2 months ago

        there were some attempts (waypipe) to get a similar thing working on Wayland

  • mannyv 2 months ago

    Aren't we?