On 9/03/2021 12:42 am, Lionel B Dyck wrote:
It appears that on one of my z/OS 2.4 systems I don't have this ssh issue but 
on another I do.  The difference is that one has a /etc/ssh/zos_ssh_config file 
and the one that fails does not.  Updating the /etc/ssh/zos_ssh_config file 
thus fixed the problem:

Change
from: ChannelConvert shell
to: ChannelConvert shell,exec
Interesting. I have had difficulties before due to EBCDIC-ASCII conversions with z/OS ssh.

According to the documentation ChannelConvert exec is required for scp. If I remember correctly scp doesn't work for binary files.

I am a bit surprised it is required for git. I would have expected that git would need a binary connection, without EBDCIC-ASCII conversion. If conversion is being performed I would be worried whether the data transfer was reliable, even if it appeared to be working.


--

Andrew Rowley
Black Hill Software

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to