sshPilot is an ssh connection manager made with GTK and Python.

Here are the features:

  • Manage multiple SSH connections

  • Open eac h connection in a separate tab

  • Both password and SSH key authentication methods are supported

  • Automatically detects SSH keys in ~/.ssh/

  • Use your desired color theme and font style for the terminal

  • Uses secure password storage (GNOME secure password storage)

If you manage multiple remote machines, this might come in handy.

    • mfat@lemmy.mlOP
      link
      fedilink
      arrow-up
      22
      arrow-down
      1
      ·
      7 days ago

      Thanks. Personally i always wanted a FOSS alternative to Termius on desktop.

      A unified UI that allows connecting to multiple servers easily.

      • sepi@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 days ago

        Any highlights from the development process? Any particular complication with tooling/libraries used or anything that went better/faster than expected?

        • mfat@lemmy.mlOP
          link
          fedilink
          arrow-up
          4
          ·
          6 days ago

          Well initially I started the project with PyQt, but surprisingly it turned a nightmare when I tried to integrate a proper terminal. With GTK and vte it was a breeze. Currently I’m porting the app to libadwaita for a more polished, modern look.