Hi! I’m looking for an SSH client for Android, but open source. Termius is great, but it’s closed source and has its subscription-based pricing model, so it’s out. I use ConnectBot rn but it’s buggy and looks awful. Would you recommend any?

  • @d3Xt3r
    link
    40
    edit-2
    10 months ago

    Just use Termux and install the openssh package. You can also install mosh, which is better than vanilla ssh.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      10 months ago

      I second this. It basically give you similar capability with ssh client on the desktop (port forwarding, x11 forwarding, no idea about waypipe though).

      Do not install termux from Play store though, that version is borked because they can’t update it anymore. Only install it from f-droid.

    • @[email protected]
      link
      fedilink
      English
      210 months ago

      Thanks for suggesting mosh! I use termux a lot for ssh, and mosh looks like it will fix some of my biggest issues with it. Mainly losing connection when switching networks.