From dfce691a864afcd829a41a287f0d2874128e1f99 Mon Sep 17 00:00:00 2001 From: tholo Date: Wed, 17 Apr 1996 07:20:01 +0000 Subject: [PATCH] Make encrypted kerberos remote shell work again. Note that this is not a supported configuration, and no port number is defined for it. --- libexec/rshd/rshd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index d85fc68faa9..dd9f251ca79 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; */ -static char *rcsid = "$Id: rshd.c,v 1.3 1995/12/16 22:20:23 tholo Exp $"; +static char *rcsid = "$Id: rshd.c,v 1.4 1996/04/17 07:20:01 tholo Exp $"; #endif /* not lint */ /* @@ -398,7 +398,7 @@ doit(fromp) "rcmd", instance, &fromaddr, &local_addr, kdata, "", schedule, version); - des_set_key(kdata->session, schedule); + desrw_set_key(kdata->session, schedule); } else #endif rc = krb_recvauth(authopts, 0, ticket, "rcmd", -- 2.20.1