I answered my own question. I guess I just had to sleep on
it. I was downloading pre-built crypto RPMs from
ftp://limestone.uoregon.edu/pub/crypto/redhat and they are
pre-compiled with some non-standard defaults. This is my
lesson to not use RPMs. Once I downloaded the tarball from
ftp.ssh.com and compiled it with the correct flags,
everything works just fine.
--
Hans Kuhn, Academic User Services office (541) 346-1714
University of Oregon, 233 CC fax (541) 346-4397
Key fingerprint = 1E BC 32 03 AC E9 82 6C 44 4A CD 63 BB 2D 51 89
On Fri, 19 May 2000, Hans Kuhn wrote:
: Hello,
:
: I am wondering if someone can get me pointed in the right
: direction so I can troubleshoot this problem.
:
: I am using ssh-1.2.27 to connect to a remote host running
: ssh-1.2.22 and the X forwarding is not being handled
: correctly.
:
: The display variable value on the remote machine is
: remote.uoregon.edu:14 (it should be local.uoregon.edu:0) and
: the .Xauthority data never gets sent to remote.uoregon.edu.
:
: Is there a way to get more information as to why ssh is
: failing to get local xauth data? Permissions look ok, and
: strace doesn't tell me anything useful.
:
: thanks,
: Hans
:
: +++++++++++++
: sample session
: ++++++++++++
:
: local.uoregon.edu$ ssh -v remote.uoregon.edu
:
: SSH Version 1.2.27 [i586-unknown-linux], protocol version
: 1.5.
: Compiled with RSAREF.
: raven.uoregon.edu: Reading configuration data
: /etc/ssh/ssh_config
: raven.uoregon.edu: ssh_connect: getuid 338 geteuid 0 anon 0
: raven.uoregon.edu: Connecting to limestone [128.223.162.20]
: port 22.
: raven.uoregon.edu: Allocated local port 1022.
: raven.uoregon.edu: Connection established.
: raven.uoregon.edu: Remote protocol version 1.5, remote
: software version 1.2.22
: raven.uoregon.edu: Waiting for server public key.
: raven.uoregon.edu: Received server public key (768 bits) and
: host key (1024 bits).
: raven.uoregon.edu: Host 'limestone' is known and matches the
: host key.
: raven.uoregon.edu: Initializing random; seed file
: /home/hak/.ssh/random_seed
: raven.uoregon.edu: Encryption type: blowfish
: raven.uoregon.edu: Sent encrypted session key.
: raven.uoregon.edu: Installing crc compensation attack
: detector.
: raven.uoregon.edu: Received encrypted confirmation.
: raven.uoregon.edu: Trying rhosts or /etc/hosts.equiv with
: RSA host authentication.
: raven.uoregon.edu: Remote: Accepted by .rhosts.
: raven.uoregon.edu: Remote: Your host key cannot be
: verified: unknown or invalid host key.
: raven.uoregon.edu: Remote: The host name used to check the
: key was 'raven.uoregon.edu'.
: raven.uoregon.edu: Remote: Try logging back from the server
: machine with the canonical host name using ssh, and then try
: again.
: raven.uoregon.edu: Server refused our rhosts authentication
: or host key.
: raven.uoregon.edu: No agent.
: raven.uoregon.edu: Trying RSA authentication with key
: '[EMAIL PROTECTED]'
: raven.uoregon.edu: Received RSA challenge from server.
: raven.uoregon.edu: Sending response to host key RSA
: challenge.
: raven.uoregon.edu: Remote: RSA authentication accepted.
: raven.uoregon.edu: RSA authentication accepted by server.
: raven.uoregon.edu: Requesting pty.
: raven.uoregon.edu: Failed to get local xauth data.
: raven.uoregon.edu: Requesting X11 forwarding with
: authentication spoofing.
: raven.uoregon.edu: Requesting shell.
: raven.uoregon.edu: Entering interactive session.
:
:
: