I changed make upload-tgz behaviour.  previously it was using a user in the 
scp which it was determining from whoami.  my fas account name does not match 
my local user name so trying to upload resulted in my getting blocked by 
denyhosts.

in ~/.ssh/config put the following lines if you need to use a user different 
from your local user.  this will cover you for git and any of the other scms 
used by projects upstream at fedora hosted.

host *.fedorahosted.org
  user <username>

host fedorahosted.org
  user <username>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to