Bug 28182

Summary: ssh doesn't auto-forward keys
Product: Documentation Reporter: Vivek Khera <khera>
Component: Books & ArticlesAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vivek Khera 2001-06-15 20:10:03 UTC
	

The security man page says:

     Ssh works quite well in every respect except that it forwards encryption
     keys by default.  What this means is that if you have a secure worksta-
     tion holding keys that give you access to the rest of the system, and you
     ssh to an unsecure machine, your keys becomes exposed.  The actual keys
     themselves are not exposed, but ssh installs a forwarding port for the

This is no longer true; ssh on 4.3 systems doesn't do agent/key
forwarding by default any more.
Comment 1 dd freebsd_committer freebsd_triage 2001-06-16 01:32:28 UTC
State Changed
From-To: open->analyzed

Fixed in -current, thanks! 


Comment 2 dd freebsd_committer freebsd_triage 2001-06-16 01:32:28 UTC
Responsible Changed
From-To: freebsd-doc->dd

My MFC reminder.
Comment 3 dd freebsd_committer freebsd_triage 2001-07-19 07:07:31 UTC
State Changed
From-To: analyzed->closed

MFC'd, thanks.