On Wed, 16 Mar 2022 12:43:15 +0800, David Crayford wrote: > ... >z/OS does not ship ssh-copy-id but it's easy to pipe into ssh and create the >.ssh directory if it doesn't already exist. > >cat ~/.ssh/id_rsa.pub | ssh <user>@<hostname> 'umask 0077; mkdir -p .ssh; cat >>> .ssh/authorized_keys && echo "Key copied"' > Or, use your desktop temnial's COPY/PASTE if available.
-- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
