SSH Connection setup

Hi there,

I would like to setup an ssh connection between the aix and the mainframes server. I would like to setup a script such that it wont ask the password every time when i try to connect the mainframes server from my unix box. If you guys provide the sample script that would really appreciated. Thanks for your help in advance

There's info on passwordless ssh connections all over the internet. You just need to make and distribute some encryption keys. Once that's done the system will recognize you and let you in sans password.

1 Like

As alternative to SSH, you can also try remote shell login aka rsh.

HOWTO:

At your client:

  • make sure mainframe entry is at /etc/hosts
  • # vi .rhosts
    • insert mainframe hostname and login id -> ie "MFRAMEHOSTNAME root"
  • # refresh -s inetd

At mainframe:

  • rsh clientIP

Just additonal info here.

regards.
Fadzli
Malaysia