Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 18:47:50 GMT
From:      Bengt Ahlgren <bengta@sics.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/119607: ssh and sshd has wrong path to xauth
Message-ID:  <200801121847.m0CIlolT039679@www.freebsd.org>
Resent-Message-ID: <200801121850.m0CIo4hL024249@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119607
>Category:       bin
>Synopsis:       ssh and sshd has wrong path to xauth
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 18:50:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bengt Ahlgren
>Release:        6.3-RC2
>Organization:
>Environment:
FreeBSD zeus.bga.sics.se 6.3-RC2 FreeBSD 6.3-RC2 #9: Thu Dec 27 19:02:00 CET 2007     bga@zeus.bga.sics.se:/usr/obj/usr/src/sys/ZEUS  amd64
>Description:
ssh and sshd has incorrect path to xauth:

[bga@zeus ~]$ strings `which ssh` | grep xauth
xauthlocation
/usr/X11R6/bin/xauth
No xauth program.
%s/xauthfile
Warning: No xauth data; using fake authentication data for X11 forwarding.
[bga@zeus ~]$ strings `which sshd` | grep xauth
xauthlocation
maxauthtries
/usr/X11R6/bin/xauth
No xauth program; cannot forward with spoofing.

>How-To-Repeat:
make buildworld without setting X11BASE
>Fix:
Merge src/crypto/openssh/pathnames.h 1.10


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801121847.m0CIlolT039679>