Co:Z SFTP 3.0.1 - interactive with two release versions of ported tools ssh

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
atrivino
Posts: 17
Joined: Wed Jul 13, 2011 9:28 am

Co:Z SFTP 3.0.1 - interactive with two release versions of ported tools ssh

Post by atrivino »

Team,

Has there been a customer whom had to run two separate releases of Ported Tools SSH at the same time? If so, do you have tips/notes on how to point to the a specific ported tool version from an sftp client/server prospective.

thanks
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Co:Z SFTP 3.0.1 - interactive with two release versions of ported tools ssh

Post by dovetail »

You can run multiple copies of z/OS OpenSSH (Ported Tools OpenSSH), but each must run on its own port(s). I suggest using a separate sshd_config file for each, with the "-F sshd2_config" option when starting sshd. This way you can change other parameters in one without affecting the other.

From a client's perspective, you must then specify an alternate port. For OpenSSH sftp, this would be with the option "-oPort=122"
Post Reply