Mosh supports .ssh/config
I've recently started using Mosh. It's a clever bit of software that keeps your SSH sessions running, even if your client goes offline or changes IP address. But I find the syntax used to launch it a bit verbose and easy to forget. A typical command is something like: mosh --ssh="ssh -p 1234" myname@example.com Within the FAQ is a fleeting mention of how to configure Mosh. It says: Q: How do I use a different SSH port (not 22)? As of Mosh 1.2, you can pass arguments to ssh like so: …
Continue reading →