Command ssh-copy-id available?
-
- Posts: 39
- Joined: Wed Feb 11, 2009 10:23 am
Command ssh-copy-id available?
Is there a way to get the ssh-copy-id command available on z/OS ... maybe as part of Co:Z ?
David
Re: Command ssh-copy-id available?
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.
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.