Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 1996 11:42:33 -0500 (CDT)
From:      Guy Helmer <ghelmer@alpha.dsu.edu>
To:        freebsd-questions@freebsd.org
Subject:   Kerberized/encrypted rlogins - 2.1.5 incompatible with everything else?
Message-ID:  <Pine.OSF.3.95.960719113354.19663A-100000@alpha.dsu.edu>

next in thread | raw e-mail | index | archive | help
I just upgraded two 2.1 machines to 2.1.5 yesterday, and now when I try to
login to them from my FreeBSD 2.1 workstation via kerberos-encrypted
rlogin sessions, I get gibberish!  Non-encrypted kerberos rlogin sessions
work fine between 2.1 and 2.1.5 systems, but encrypted sessions, my
prefered method, do not work in either direction between 2.1.5 and
anything other system.  ldd of rlogin and rlogind on the 2.1.5 systems
show: 

/usr/bin/rlogin:
        -lcom_err.2 => /usr/lib/libcom_err.so.2.0 (0x8034000)
        -lkrb.2 => /usr/lib/libkrb.so.2.1 (0x801e000)
        -ldes.2 => /usr/lib/libdes.so.2.1 (0x8043000)
        -lc.2 => /usr/lib/libc.so.2.2 (0x804f000)
/usr/libexec/rlogind:
        -lutil.2 => /usr/lib/libutil.so.2.1 (0x801d000)
        -lcom_err.2 => /usr/lib/libcom_err.so.2.0 (0x8018000)
        -lkrb.2 => /usr/lib/libkrb.so.2.1 (0x802c000)
        -ldes.2 => /usr/lib/libdes.so.2.1 (0x8042000)
        -lc.2 => /usr/lib/libc.so.2.2 (0x804e000)

Very strange...  I see no significant difference in the rlogind code, so I
guess I'll have to dig into libdes :-(  Any thoughts?

Guy

Guy Helmer, Dakota State University Computing Services - ghelmer@alpha.dsu.edu




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.95.960719113354.19663A-100000>