Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 499196

Summary: sys-apps/portage-2.2.7: different commands and different behaviour for Packages files and .tbz2 files
Product: Portage Development Reporter: Nikoli <nikoli>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2014-01-25 07:23:21 UTC
emerge is not using FETCHCOMMAND_SSH for downloading Packages file: if port is not set in PORTAGE_BINHOST, it will respect /etc/ssh/ssh_config.

But when downloading .tbz2 files emerge uses FETCHCOMMAND_SSH and if port is not set in PORTAGE_BINHOST, it will force port 22 instead of respecting /etc/ssh/ssh_config.

I think FETCHCOMMAND_SSH should use ssh_config ports by default instead of forcing port 22.