On Wed, 2007-01-03 at 17:14 +0800, Zhang Weiwu wrote: > Hello. I also manage several FreeBSD hosts and use SuSE 10.2 as my > desktop OS. On server side a lot of settings are needed however client > setting (to set a client to be able to authenticate with kerberos) is > extremely simple, just copy the server's /etc/krb5.conf to client > computer (same path) and that's enough. Use 'telnet server' on client > will automatically encrypt the telnet session (verified with packet > sniffer). > > The same doesn't work on SuSE 10.2. I did set /etc/krb5.conf in suse, > but doing a telnet to the server from SuSE desktop establish telnet > connection *not-encrypted*. > > I also tried to manually aquire ticket in order to check what's wrong, > and I cannot get the ticket: >
Is there a reason you are _not_ using ssh instead of telnet? telnet is antiquated and insecure and _not_ recommended anymore. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
