Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Mosh supports .ssh/config

· 2 comments · 200 words · Viewed ~436 times


Unix is user-friendly — it's just choosy about who its friends are.

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 …