Co:Z SPTF OMVS segment duplicate

2012-06-21 Thread Mark Steely
I have several ID's that share the same UID. Some times the wrong ID gets used and the default home directory does not contain a RSA key. Is there a way to pass which or where to look for the RSA key within STDIN. Here is a sample of STDIN: remoteuser=ossbissh server=xsabcl01.abccorp.com

Re: Co:Z SPTF OMVS segment duplicate

2012-06-21 Thread Paul Gilmartin
On Thu, 21 Jun 2012 10:41:59 -0500, Mark Steely wrote: I have several ID's that share the same UID. Don't do that. Would different UIDs and a common HOME directory work for you? Would separate home directories and symlinks to a project/group directory, group-writable work? Some times the

Re: Co:Z SPTF OMVS segment duplicate

2012-06-21 Thread Kirk Wolf
Mark, Co:Z SFTP uses IBM Ported Tools OpenSSH for its ssh connection. The problem that you are seeing is because Ported Tools ssh looks up the home directory via UID number. (in Co:Z SFTP, we are more careful in how we look up the home directory). Keys, specifically the default ~/.ssh/id_rsa key