[542] in Kerberos
Re: how to do remote ticket gathering under Kerberos
daemon@TELECOM.MIT.EDU (John T Kohl)
Mon Dec 12 14:09:06 1988
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: jerry@pioneer.arc.nasa.gov, kerberos@ATHENA.MIT.EDU
Subject: how to do remote ticket gathering under Kerberos
From: Jerry Scharf <jerry@PIONEER.ARC.NASA.GOV>
To: kerberos@ATHENA.MIT.EDU
I've been listening to this list for a few months, and have asked once
about this problem, so I'll try it again. If I log into machine A, then
collect a ticket and rlogin to machine B, how can I get a ticket for
my process on machine B to use a service? This become very important for
remote batch job submission (batch is an annoying consequence of having
Crays.)
Currently, there is no explicit support for this. It is possible to do
an encrypted rlogin into B, and then re-type your password to obtain
tickets valid from B. However, this is a bit clumsy.
John