refactor
This commit is contained in:
parent
74f937cc55
commit
a66c942645
2 changed files with 13 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue