Re: SFTP SSH Client Issues

2019-07-02 Thread Allan Staller
In this case the SSH-Client is you. (You are initiating the connection). The remote site is the server. I was just trying to give you a starting point for the search. Rereading the OP, another thing to look at is the MTU size. (see the TCPIP books). There is a parameter PATHMTUDISCOVERY(?) that

Re: SFTP SSH Client Issues

2019-07-02 Thread Dazzo, Matt
Thanks Allan, I learned that there actually several sftp servers behind 1 or more load balancers. So maybe there is something going on with the connection that the open ssh client cannot handle? Do you or any else know of any other sftp client software either free or commercial we can look at

Re: SFTP SSH Client Issues

2019-07-02 Thread Allan Staller
Check the service your SSH client is receiving. If I understand the reported symptoms, you can get this behavior if z/OS does not dispatch the SSH Client. Many of the same items vis-à-vis (network and FTP) also apply to SSH. Routing? Class of Service? What is happening at time of observed

SFTP SSH Client Issues

2019-07-02 Thread Dazzo, Matt
have run a tcp packet trace and sent it off to IBM, I have that response below but they are saying there are retransmissions on the connection that the client is not handling. The server folks tell me they have no other clients that have problems. Here is the catch, it only happens with the ssh

Re: SSH Client

2015-10-09 Thread Shmuel Metz (Seymour J.)
In , on 10/09/2015 at 01:10 PM, Mark Pace said: >I can start typing a command and press tab and it will autocomplete a >file name or command. That's a function of the shell that you're using. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: SSH Client

2015-10-09 Thread Mark Pace
Thank you all! On Fri, Oct 9, 2015 at 1:39 PM, John McKown wrote: > On Fri, Oct 9, 2015 at 12:10 PM, Mark Pace wrote: > > > When I logon to a linux system > > I can start typing a command and press tab and it will autocomplete a > file > > name or command. > > If I press up arrow it will recall

Re: SSH Client

2015-10-09 Thread John McKown
On Fri, Oct 9, 2015 at 12:10 PM, Mark Pace wrote: > When I logon to a linux system > I can start typing a command and press tab and it will autocomplete a file > name or command. > If I press up arrow it will recall previous commands. > > I can't figure out how to do this in Unix System Services

Re: SSH Client

2015-10-09 Thread Michael Knigge
Mark, this is a feature of the Shell. Linux uses (mostly) the BASH as default Shell. The z/OS USS uses an other shell, but as far as I know there is a port: See http://www-03.ibm.com/systems/z/os/zos/features/unix/bpxa1ty1.html Bye, Michael Am 09.10.2015 um 19:10 schrieb Mark Pace: When

Re: SSH Client

2015-10-09 Thread Lester, Bob
Hi Folks, Sounds like a bash shell to me... BobL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mark Jacobs - Listserv Sent: Friday, October 09, 2015 11:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SSH Client [ EXTERNAL

Re: SSH Client

2015-10-09 Thread Mark Jacobs - Listserv
I think it's the function of the shell. My OMVS segment specifies /bin/tcsh which I find has more functionally that /bin/sh (which is the default shell). Mark Jacobs Mark Pace October 9, 2015 at 1:10 PM When I logon to a linux system I can start typing a comman

SSH Client

2015-10-09 Thread Mark Pace
When I logon to a linux system I can start typing a command and press tab and it will autocomplete a file name or command. If I press up arrow it will recall previous commands. I can't figure out how to do this in Unix System Services using SSH. Is this a daemon setup, client setup? I've gone thr