Преглед на файлове

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)