[Info-vax] SSH

Peter 'EPLAN' LANGSTOEGER peter at langstoeger.at
Tue Feb 15 04:26:58 EST 2011


In article <4d5a4bd9$1 at ns.langstoeger.at>, peter at langstoeger.at (Peter 'EPLAN' LANGSTOEGER) writes:

I forgot to add some more

>$ TYPE IDENTIFICATION.
>IdKey KEY_HELBIG_VMS

Iff you want to use the "-i" option of SSH (to allow a *privileged* user
to take over another users SSH identity) you need to add the full path
of the key files into the id (and why not also the auth) file(s):

$ TYPE IDENTIFICATION.
IdKey /SYS$SYSDEVICE/USER/HELBIG/SSH2/KEY_HELBIG_VMS

and then SYSTEM (on vms2) could do

$ SSH -i /SYS$SYSDEVICE/USER/HELBIG/IDENTIFICATION helbig at vms1

*or*

SYSTEM could create a HELBIG. file in its own SSH2 directory
(similar to its own IDENTIFICATION. file there):

$ TYPE HELBIG.
IdKey /SYS$SYSDEVICE/USER/HELBIG/SSH2/KEY_HELBIG_VMS

and then SYSTEM (on vms2) could do

$ SSH -i HELBIG helbig at vms1


just my 0.02

-- 
Peter "EPLAN" LANGSTÖGER
Network and OpenVMS system specialist
E-mail  Peter at LANGSTOeGER.at
A-1030 VIENNA  AUSTRIA              I'm not a pessimist, I'm a realist



More information about the Info-vax mailing list