SSH has become our universal (Unix) external access protocol

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. sshuttle

    Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.

    If you have SSH access you can use it as door to setup a simple VPN https://github.com/sshuttle/sshuttle

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. sshfs

    Discontinued A network filesystem client to connect to SSH servers

    I use SSHFS daily with my NAS on my home network. It's far faster and simpler to administer than SMB or NFS, with way less config overhead and AAA complications than the other two.

    Unfortunately, it is currently semi-abandonware: https://github.com/libfuse/sshfs/blob/eadf7f104a479f0313ecd4... It works well enough for me, but there are certain issues to be aware of. For example, listening for file changes via inotify doesn't work-- and it's a double-whammy of neither SFTP nor FUSE supporting that, so it's unlikely to be fixed any time soon.

  4. Visual Studio Code

    Visual Studio Code

    It's awesome and I use it full time, but let me tell you about four ways it has gotten into my way:

    1. It tries to download and runs it's own server. It still has dependencies and for example on NixOS it won't work. (There is a package you can install to make it work.)

    2. C/C++ extensions are an absolute resource hog, so much that they're banned on our shared dev machines. So half the people do without C/C++ extensions, the other half do without Remote SSH (and use rsync to build remotely).

    3. A random update increase minimum versions of the servers dependencies so it wouldn't connect to dev servers one day. There's a fix now but it took a long time to get. https://github.com/microsoft/vscode/issues/203375

    4. SSH agent forwarding doesn't play well with it as after reconnects the environment variables for the SSH agent socket may not match the right socket anymore.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Scarab Diagnostic Suite Field Test #010: VS Code Input Geometry Boundary

    1 project | dev.to | 4 Jun 2026
  • Agentic Engineering: What Does AI Coding Really Cost?

    1 project | dev.to | 4 Jun 2026
  • AI Doesn't Have ROI

    1 project | news.ycombinator.com | 2 Jun 2026
  • Mix and Match: Running Kiro on Google Cloud Shell

    1 project | dev.to | 31 May 2026
  • VSCode fires up screen recording

    1 project | news.ycombinator.com | 28 May 2026

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?