TMOORE
New User
Joined: 08 Feb 2008 Posts: 5 Location: Macon Georgia
|
|
|
|
After upgrading from Z/OS 1.4 to 1.8, SFTP requests to the mainframe fail. The connection is being terminated directly after public key authentication completes.
Starting up SSHD with a '-d -d' parm (debug mode), when the SFTP request comes in, the SSHD daemon fails with...
...
debug3: channel 0: close_fds r -1 w -1 e 7
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.4 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 126
Connection closed
I've been searching manuals... and google, and have not been able to find exist status codes for SSHD.
Would anyone know where I can find those?
Thanks,
Tony |
|