Need guidance with coding/entering into the XCOM for z/OS SYSIN01 DD the encrypted password (hash) created by the XCOM for Linux XCOMENCR utility.
Currently, a transfer using the encrypted password fails while a transfer using the plain text Linux password is successful.
When using the encrypted Linux password on z/OS, there is a misleading network error, and no message is reported like:XCOMU0287E Error setting remote user id
There are also no errors in the Linux xcom.log or any other error in files /var/log/secure or /var/log/messages.
What are the correct steps to be followed on the z/OS side to use an encrypted Linux password?
In another scenario for a z/OS to Windows transfer using the plain text Windows password is successful, but the encrypted Windows password gives error:XCOMN0287E Error setting remote user id
In the XCOM for z/OS SYSIN01, the encrypted PASSWORD parameter can have a maximum length of 70 bytes/characters.
Therefore to use the Linux encrypted password on z/OS requires these steps to change it:
5e 79 44 67 e4 e0 cc de c8 f6 9a 6e 63 9c 66 8d 72 8c 5b 79 65 7e 67 89 84 8d 57 7e 70 80 49 8a 80 9f 58 00 5E794467E4E0CCDEC8F69A6E639C668D728C5B79657E6789848D577E7080498A809F58The same advice is true for Windows but the encrypted password will be longer than 70 bytes.