module EacRubyUtils::Envs

def ssh(user_hostname)

def ssh(user_hostname)
  ::EacRubyUtils::Envs::SshEnv.new(user_hostname)
end