wbailey/claws

Feature request: use mosh as remote login

jarias opened this issue · 1 comments

Ability to use mosh http://mosh.mit.edu/ instead of plain SSH for remote login, this would be a nice feature, I use mosh instead of plain SSH in most of my EC2 servers

I don't have any experience using it or any instances where it can be
installed so I can't work on it but I think it would be pretty trivial if
you wanted to add support. You could add a config file change under the
ssh stanza:

ssh:
user:
identity:
command: mosh

I would think by default you want the command to be ssh so make that happen
in the initializer lib/claws/command/initialize.rb. Then you can modify
the configuration lib/claws/configuration.rb to handle the new element and
make it available in the config. Last you can modify the ec2 command
lib/claws/command/ec2.rb to look at the config.ssh.command value and either
use ssh or mosh.

On Fri, Jun 1, 2012 at 9:01 AM, Julio Arias <
reply@reply.github.com

wrote:

Ability to use mosh http://mosh.mit.edu/ instead of plain SSH for remote
login, this would be a nice feature I use instead of plain SSH in most of
my EC2 servers


Reply to this email directly or view it on GitHub:
#8