Artificial intelligent assistant

Mosh to a specific remote shell With ssh, I can do something like the following: ssh user@host -t /path/to/some/shell How can I automatically launch a shell on the server with `mosh`? I have tried with mosh user@host -ssh /path/to/some/shell and with: mosh user@host -ssh "ssh -t /path/to/some/shell" with no luck. Is this at all possible?

Try:


mosh user@host -- /path/to/some/shell


The general form is:


mosh [options] -- user@host [command]


If you don't specify a command, mosh spawn a login shell by default.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 94a3655a8c7434d99d67e9bdd57e5c92