I built ssh 2.0.13 on a sun running solaris 2.6, and a pc running RedHat Linux
2.0.36 (I think), using the configure ocmmand:

./configure --with-kerberos5=/usr/local/kerberosV \
        --enable-kerberos-tgt-passing

on both ends. On starting the sshd on the sun, I can connect from Linux,
but only with password authentication - when I try to enter the kerberos
password, it keeps repeating its password prompt. 

It seems like there might be a parameter to AllowedAuthentications that 
might help, but I can't find any clear reference. This was all quite 
transparent
in ssh1.

Appended below is some debug output - not too informative. TIA for any pointers
as to how to get this working!!!


-- 
Judith Reed
[EMAIL PROTECTED]
(315) 453-2912 x335
=========================================================================
Client side debug output:
% ssh -l operator -v gonzo
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: connecting to gonzo...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: ssh_client_wrap: creating userauth protocol
debug: Remote version: SSH-1.99-2.0.13 (non-commercial)
Accepting host gonzo key without checking.
debug: Host key saved to /home/jreed/.ssh2/hostkeys/key_22_gonzo.pub
debug: host key for gonzo, accepted by jreed Tue May 18 1999 11:05:59 -0400
debug: Host key found from the database.
operator's password: [***** Enter kerberos password for operator *****]
operator's password: [***** Enter kerberos password for operator *****]
operator's password: [***** Enter regular password *****]
debug: Ssh2/ssh2.c:304/client_authenticated: client_authenticated
debug: Requesting X11 forwarding with authentication spoofing.
        :
Last login: Tue May 18 1999 14:42:47
Sun Microsystems Inc.   SunOS 5.6       Generic August 1997
No mail.
Sun Microsystems Inc.   SunOS 5.6       Generic August 1997
$

Server side debug output:
# /usr/local/sbin/sshd -v
WARNING: Development-time debugging not compiled in.
WARNING: To enable, configure with --enable-debug and recompile.
WARNING: Development-time debugging not compiled in.
WARNING: To enable, configure with --enable-debug and recompile.
debug: Reading private host key from /etc/ssh2/hostkey
debug: Key comment: 1024-bit dsa hostkey
debug: SshUnixConfig/sshunixconfig.c:270/ssh_server_load_host_key: Reading 
public host key from: /etc/ssh2/hostkey.pub
debug: Becoming server.
debug: Creating listener
debug: Listener created
debug: Running event loop
debug: Sshd2/sshd2.c:653/new_connection_callback: Wrapping stream with 
ssh_server_wrap...
debug: ssh_server_wrap: creating transport protocol
debug: ssh_server_wrap: creating userauth protocol
debug: Sshd2/sshd2.c:663/new_connection_callback: done.
debug: new_connection_callback returning
debug: Remote version: SSH-1.99-2.0.13 (non-commercial)

debug: SshTtyFlags/sshttyflags.c:441/ssh_decode_tty_flags: Not a tty. (fd = 7)
        :

Reply via email to