Bug 30946

Summary: Forwarding of the authentication agent connection doesn't work
Product: [Retired] Red Hat Linux Reporter: Marco Colombo <marco>
Component: opensshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-07 14:31:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marco Colombo 2001-03-07 14:31:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.16-3 i686)


ssh seems not to forward the connection to the ssh-agent. Since I'm using
DSA keys and protocol 2 I wonder if this is related to the forwarding
problem in #20572.

Reproducible: Always
Steps to Reproduce:
mypc$ ssh -A hostA		(pubkey auth works, no password requested)
mypc$ ssh -A hostB		(works)

once I'm on hostA, I try
hostA$ rsh hostB		(prompts for remote user's password)

Comment 1 Pekka Savola 2001-03-07 16:01:12 UTC
This feature has been added in OpenSSH 2.5.1p1, in rawhide.

*** This bug has been marked as a duplicate of 26345 ***