From owner-freebsd-questions@FreeBSD.ORG Tue Jun 23 23:33:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7A62106566C for ; Tue, 23 Jun 2009 23:33:02 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2D78FC0A for ; Tue, 23 Jun 2009 23:33:01 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy8 with SMTP id 8so638474ewy.43 for ; Tue, 23 Jun 2009 16:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=e8AbtK9PGy5kCFhFYXRjly2aM1ZsxYG7mrdHfz6aFuk=; b=D5lyK/oYKZg6NLH0E7t2XKUF95Nc6V8lxoUtk8D+QfgAHbPyZufoMDXrtjFDWNKrWy gqC+I5ZIq6255fLU8asAitRKjK0BfAmweXx433+gjcaS/Jx95Rx+wqRVFbHqck0OTLDp hQfj77wB9XovTkPJygUclakDQ/1fOH/h3xflU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=o+DBW8cJFGK6YKJ2iQ4xhyEUVGQAEHK3JT8U+zv8phm+FlQvI/llTEPhAOcgxs33XY 6Uqx5EsoOsGBO85xpqgHDx5Dg9KESNffghj1X0JHSQnkUoUxBBjI9txOFugaH8p8/bQ6 YCzeduWUrrp13lucAv8AXpBiDOObhj6EhqgBE= MIME-Version: 1.0 Received: by 10.216.29.72 with SMTP id h50mr182936wea.137.1245799980840; Tue, 23 Jun 2009 16:33:00 -0700 (PDT) Date: Tue, 23 Jun 2009 19:33:00 -0400 Message-ID: From: Daniel Underwood To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Untrusted X11 forwarding setup failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 23:33:03 -0000 Whenever I $ ssh -X user@server from my FreeBSD machine, I get the following message (and am successfully logged in): Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding. When I log in to the same servers from my Ubuntu machines, I do NOT get that message. What's wrong here?