>>> On Fri, Jul 20, 2007 at 9:23 AM, in message <[EMAIL PROTECTED]>, Peter Rothman <[EMAIL PROTECTED]> wrote: -snip- > On linux prothman must be able to "ssh -l pm1pr mvs-sys" > and on MVS pm1pkr must be able to "ssh -l prothman linux-sys" > > We are also are looking into having a 'super user' on MVS that is allowed > to ssh into any linux userid without having to present a password. > I have this scenario working in a linux-linux combination but cannot get it > to work in the MVS-Linux environment. > > I have googled the subject and have some documentation but cannot get this > to work. > Can anyone point me to some 'good' documentation.
What you've found is probably as good as it gets. It _should_ be as simple as putting prothman's public key in pm1pkr's ~/.ssh/authorized_keys file, and vice versa. Confounding factors would be any sort of ACF2/RACF/whatever on the MVS side preventing something from working. What, exactly, is failing? Using "ssh -v" or "ssh -vvv" etc., can often give good hints as to what's going on. Also, running sshd on the target system with -d, -dd, or -ddd can be of help. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
