Command ssh-copy-id available?

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
DClassic53
Posts: 39
Joined: Wed Feb 11, 2009 10:23 am

Command ssh-copy-id available?

Post by DClassic53 »

Is there a way to get the ssh-copy-id command available on z/OS ... maybe as part of Co:Z ?
David
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: Command ssh-copy-id available?

Post by dovetail »

Sorry, ssh-copy-id is not included in IBM Ported Tools OpenSSH.

But, it is AFAIK just a shell script - you could probably just run it on z/OS, but I haven't tried it.
Looking at the source, what it does it use ssh to login to the remote machine and copy a key file to the end of the remote user's authorized_keys file.
Post Reply