Tom Haynes wrote: > BTW - I think I populated nfsv41/nfs41-gate over anonymous ssh. > _______________________________________________ > scm-migration-dev mailing list > [EMAIL PROTECTED] > http://mail.opensolaris.org/mailman/listinfo/scm-migration-dev >
So I see what happened: Here is what happens if I try it as anuser with commit privileges: [EMAIL PROTECTED] spe-super]> hg push -R /builds/th199096/spe-super -e "ssh -q -F /home/th199096/opensolaris/config" ssh://[EMAIL PROTECTED]/hg/nfsv41/os-nfs41-gate pushing to ssh://[EMAIL PROTECTED]/hg/nfsv41/os-nfs41-gate searching for changes Are you sure you wish to push? [y/N]: ^Cinterrupted! And here is what happens if I try it as anon: [EMAIL PROTECTED] spe-super]> hg push -R /builds/th199096/spe-super -e "ssh -q -F /home/th199096/opensolaris/config" ssh://[EMAIL PROTECTED]/hg/nfsv41/os-nfs41-gate pushing to ssh://[EMAIL PROTECTED]/hg/nfsv41/os-nfs41-gate searching for changes Are you sure you wish to push? [y/N]: If I avoid the use of -e, I don't have access rights as either user because of: [EMAIL PROTECTED] spe-super]> hg clone /builds/th199096/spe-super ssh://[EMAIL PROTECTED]//hg/nfsv41/os-nfs41-gate Restricted use system; no interactive login. abort: could not create remote repo! [EMAIL PROTECTED] spe-super]> hg clone /builds/th199096/spe-super ssh://[EMAIL PROTECTED]//hg/nfsv41/os-nfs41-gate Restricted use system; no interactive login. abort: could not create remote repo! So what I believe is happening is that even though I am specifying [EMAIL PROTECTED] in the hg clone/push commands, the -e option is reading the user name and key out of the config file. And that is a valid user.... _______________________________________________ website-discuss mailing list [email protected]
