class EacRubyUtils::Envs::SshEnv

def command_line(line)

def command_line(line)
  "#{ssh_command_line} #{Shellwords.escape(line)}"
end