×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
This should be the only line that is relevant. Everything else you describe is starting/stoping/changing the server side. Are you using the yum supplied version of ssh? Later on you say that you are starting a file transfer. ssh doesn't do file transfers. Two other tools built over ssh do. SFTP and SCP. For both of those the port parm is a capital P, not the lower case p in your example.
Yum versions should be here by default:
bash-5.1$ which ssh sftp scp
/QOpenSys/pkgs/bin/ssh
/QOpenSys/pkgs/bin/sftp
/QOpenSys/pkgs/bin/scp
Old SC1 versions are here:
which ssh sftp scp
/QOpenSys/usr/bin/ssh
/QOpenSys/usr/bin/sftp
/QOpenSys/usr/bin/scp
That said, I'm not aware of any restrictions on either version as far as changing ports. Definitely not at V7R3 where I'm at as almost all my connections are on non standard ports.
On Wed, 2021-11-24 at 14:49 -0800, Gary Kuznitz wrote:
ssh '-T -p 23 gary@192.168.168.9<mailto:gary@192.168.168.9>'
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp]
Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550<tel:985-893-2550>
Toll Free: 877-893-2550<tel:877-893-2550>
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.