Is Termius the only cross platform emulator that includes Android as one of the platforms? It is quite good, in my limited experience, but too expensive for a hobbiest. I like that I can use my Linux desktop, MacOS laptop, and Android tablet/phone and the UX is the same across them all. The sync (trial for free, then charge) is great. But I’d be fine if it was something where I could DIY a sync method with something like Syncthing.

I’m aware of the likes of Alacritty, but no mobile app. And of course Termux is great for mobile, but no desktop versions.

It all boils down to wanting some sort of sync function either DIY or otherwise that includes hosts and SSH keys and while not as important, I do like the consistent UX between platforms. Is there something else to consider?

  • Father_Redbeard@lemmy.mlOP
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    Hmm, I’m probably explaining myself poorly. What I’m currently using Termius for is to connect to my local servers as well as two VPS I rent. In order to either make quick changes, or troubleshoot. Having that sync between Termius instances on my various devices with Alias, IP, and SSH key so I can connect with a single tap/click is what I’m after. If possible. Like I said, I’m still pretty new to this in general. I’ve run PiHole on a Pi3b for years, but that was it until Spring of this year when I started self hosting in earnest and learning Linux, etc. So I apologize if I used the wrong verbiage. Hopefully this explains it better?

    • taladar@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      8 months ago

      Oh, I wasn’t talking about the phrasing, just the fact that SSH Keys and hosts tend to be just files used by one of hundreds of programs a terminal emulator displays, not really different from having your terminal emulator sync the RSS-Feeds in your terminal RSS reader or the bookmarked folders in your terminal file manager.

      It seems you are talking about some sort of bookmark system to open a terminal and start SSH for a specific host directly though?

      • Father_Redbeard@lemmy.mlOP
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        Yes I suppose that is right. I hadnt considered that the hosts would also be stored locally. Termius’ home screen has my saved hosts arranged by alias and I tap on whichever server I want and it connects without password because I already set up ssh keys. And if I add a new host it syncs with the other instances of the app on my tablet, phone, laptop, and desktop. In fact, it’s so handy that I often reach for my android tablet with attached keyboard to fiddle with the servers.

        • A similar system can be achieved using a synced .ssh folder, along with a .ssh/config file. The folder will have all the keys, and the config file will have the aliases aka bookmarks. Then you can do something like ssh media_server, and login without entering a password.

          For the actual terminal emulators, I can recommend Alacritty for desktop OSes and Termux on Android.