muxile VS guardian-agent

Compare muxile vs guardian-agent and see what are their differences.

muxile

Putting tmux on your mobile - Muxile is a tmux plugin that lets you control a running tmux session with your phone, no app needed. (by bjesus)

guardian-agent

[beta] Guardian Agent: secure ssh-agent forwarding for Mosh and SSH (by StanfordSNR)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
muxile guardian-agent
4 5
91 433
- 0.5%
1.2 0.0
about 1 year ago 9 months ago
Shell Go
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

muxile

Posts with mentions or reviews of muxile. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-24.
  • Ask HN: Admittedly Useless Side Projects?
    21 projects | news.ycombinator.com | 24 Jun 2022
    I have plenty of ultra niche projects and I never regretted working on any of them. On the contrary - i use them daily and it brings me much joy. Here are three:

    https://github.com/bjesus/muxile lets me continue my tmux session on the phone, bridging the two over WebSockets. How many people use tmux extensively AND want to continue on the phone? Not much i guess...

    https://github.com/bjesus/callibella is my way to sync my personal calendar to my work calendar without revealing my personal entries. It's very useful for me but less needed if your personal calendar is Google because i heard they have their own integration.

    https://github.com/bjesus/air is my AwesomeWM based Interface to my PostmarketOS Kobo e-reader. Linux on your e-reader isn't a huge market share to begin with...

  • Mosh: The Mobile Shell
    15 projects | news.ycombinator.com | 11 Aug 2021
    Love mosh, back when the connection was bad I had it aliased to ssh. Somewhat relevant: if you actually a need to take your shell mobile, check out my tmux plugin that allows you to quickly transfer your tmux session to your phone without any app, using websockets and a QR code: https://github.com/bjesus/muxile
  • Show HN: Muxile – a tmux plugin that puts your terminal on your mobile
    1 project | news.ycombinator.com | 9 Aug 2021
  • Muxile lets you view and control tmux from your mobile
    1 project | /r/tmux | 8 Aug 2021

guardian-agent

Posts with mentions or reviews of guardian-agent. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-18.
  • Restricting SSH Agent Keys
    1 project | news.ycombinator.com | 5 Jan 2022
    https://github.com/StanfordSNR/guardian-agent

    The problem basically is the current agent forwarding protocol doesn't have a way to reliably identify the source and remote host that can't be spoofed. guardian-agent tries to do that using some extra software, this linked SSH proposal is to add that to SSH but it will require software upgrades even to the sshd of the intermediate and remote hosts - it's not ideal that it can't just work out of the box - but I welcome this we just need to get it done now for later.

    I frequently finding myself thinking about adding useful things to software I want to use now and go well it will be years before its on every host I use and can be used reliably. I have had this thought on and off for more than a decade. Ship some new stuff, it'l be great later :D

  • The pitfalls of using SSH-agent, or how to use an agent safely
    3 projects | news.ycombinator.com | 18 Sep 2021
    ObPlug for Guardian Agent, which is basically "safe" ssh-agent forwarding (and works with Mosh and SSH): https://github.com/StanfordSNR/guardian-agent

    The basic story is that ssh-agent really just exposes a primitive of "please sign this challenge," which is useful locally, but the protocol wasn't designed to be forwarded. If requests are coming from a semi-trusted intermediary host, the protocol doesn't tell the agent (a) what remote server is being authenticated to [i.e., who generated the challenge?], or (b) what command is going to be executed. It doesn't even really know (c) what (semi-trusted) host has forwarded the challenge?

    Guardian Agent is a sort of hack that allows the agent to know (a), (b), and (c) before deciding whether to grant or deny the request, and you can set up policies like, "I'd like to allow `jump host x` to use to run "git pull" when talking to `git server y`, but that's it." The basic ssh-agent protocol just doesn't have enough info to be able to do something like that.

  • Mosh: The Mobile Shell
    15 projects | news.ycombinator.com | 11 Aug 2021
    there is a fork with port forwarding support https://github.com/rinne/mosh and a PR with a long discussion https://github.com/mobile-shell/mosh/pull/696 on why it's not merged

    you can compile them yourself or if you want to skip the step I recently set up GitHub actions to compile linux binaries of this [1][2], tested by a sample of 1 so no guarantees it works, was planning on doing a tap PR/tap of it at some point

    also the official developers have been involved a project to solve this while improving the whole-agent approval things also https://github.com/StanfordSNR/guardian-agent , but I couldn't get it to work which is why I tried the fork and got that working

    [1] https://github.com/gnyman/mosh/actions/runs/1068715036

  • AskReddit: is there such a thing as async SSH that allows for zero latency typing? (explanation in text)
    2 projects | /r/commandline | 13 Mar 2021
    ‘mosh’ is amazing for this, although I had to stop using it years ago because it didn’t support key forwarding. Apparently, there’s now a solution for that: https://github.com/StanfordSNR/guardian-agent

What are some alternatives?

When comparing muxile and guardian-agent you can also consider the following projects:

tmux-xpanes - Awesome tmux-based terminal divider

Mosh - Mobile Shell

tmux - An arctic, north-bluish clean and elegant tmux color theme.

openssh-portable - Portable OpenSSH

tmux-yank - Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.

mosh - Mobile Shell

DomTerm - DOM/JavaScript-based terminal-emulator/console

easy-wg-quick - Creates Wireguard configuration for hub and peers with ease

mac-ssh-confirm - Protect against SSH Agent Hijacking on Mac OS X with the ability to confirm agent identities prior to each use

Simula - A Simula 67 parser written in C++ and Qt

widecharwidth - public domain wcwidth implementation