Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data SshSettings = SshSettings {}
- defaultSsh :: SshSettings
- windows :: Bool
- copySSH :: String -> SshFilePath -> FilePath -> IO ()
- data SSHCmd
- getSSH :: SSHCmd -> IO (String, [String])
- environmentHelpSsh :: ([String], [String])
- environmentHelpScp :: ([String], [String])
- environmentHelpSshPort :: ([String], [String])
- transferModeHeader :: String
Documentation
data SshSettings Source #
getSSH :: SSHCmd -> IO (String, [String]) Source #
Return the command and arguments needed to run an ssh command First try the appropriate darcs environment variable and SSH_PORT defaulting to "ssh" and no specified port.
environmentHelpSsh :: ([String], [String]) Source #
environmentHelpScp :: ([String], [String]) Source #
environmentHelpSshPort :: ([String], [String]) Source #