This commit is contained in:
Joey Hess 2014-05-14 17:28:58 -04:00
parent 74f937cc55
commit a66c942645
2 changed files with 13 additions and 24 deletions

View file

@ -334,7 +334,7 @@ showSshErr msg = sshConfigurator $
- is no controlling terminal. On Unix, that is set up when the assistant
- starts, by calling createSession. On Windows, all of stdin, stdout, and
- stderr must be disconnected from the terminal. This is accomplished
- by always providing an empty input string on stdin.
- by always providing input on stdin.
-}
sshAuthTranscript :: SshInput -> [String] -> (Maybe String) -> Assistant (String, Bool)
sshAuthTranscript sshinput opts input = case inputAuthMethod sshinput of