소스 검색

ssh/forward: Fix reference to the functions to call to route authentication requests.

R=agl
CC=golang-codereviews, hanwen
https://golang.org/cl/95910043
David Calavera 11 년 전
부모
커밋
df2851958a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ssh/agent/forward.go

+ 1 - 1
ssh/agent/forward.go

@@ -14,7 +14,7 @@ import (
 )
 
 // RequestAgentForwarding sets up agent forwarding for the session.
-// SetupForwardKeyring or SetupForwardAgent should be called to route
+// ForwardToAgent or ForwardToRemote should be called to route
 // the authentication requests.
 func RequestAgentForwarding(session *ssh.Session) error {
 	ok, err := session.SendRequest("auth-agent-req@openssh.com", true, nil)