Support identity file like 'ssh -i' option.
Thanks for posting -- we will support SSH options in mosh 1.2 with the --ssh flag. For examples: mosh --ssh="ssh -i filename" ...
This patch is in the current git master if you want to try it in advance of the release.
@keithw thanks for supporting this. will it ever be possible to support it in a short way like -i rather than --ssh=ssh -i filename ?
Most helpful comment
Thanks for posting -- we will support SSH options in mosh 1.2 with the --ssh flag. For examples:
mosh --ssh="ssh -i filename" ...This patch is in the current git master if you want to try it in advance of the release.