Under USS
Interactive remote sessions and file transfers can be used from Unix System
Services shells. For example, OMVS, Telnet, or Secure Shell sessions can be
used. If OMVS shell is used, only non-interactive authentication methods can
be used.
See the ssh2
, scp2
, and sftp2
manual pages for
more information (Appendix
ssh2,
scp2, and
sftp2).
For example, to display the operating system version and other details of a
remote host, execute the following command:
> ssh2 username@remotehost.example.com "uname -a"
For file transfer examples, please see Appendix Examples of Use.