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
    fedilink
    arrow-up
    42
    arrow-down
    1
    ·
    edit-2
    1 year ago

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

      • Natanael@slrpnk.net
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        No, they’re android apk packages and the main app recognize them just fine, root is only need for making system changes with it

    • redcalcium@lemmy.institute
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year 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.

    • AngryDemonoid@lemmy.lylapol.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year 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.