Extra-1.29: A grab bag of modules.Source codeContentsIndex
Extra.SSH
Synopsis
sshVerify :: String -> Maybe Int -> IO Bool
sshExport :: String -> Maybe Int -> IO (Either String ())
sshCopy :: FilePath -> IO ExitCode
Documentation
sshVerify :: String -> Maybe Int -> IO BoolSource
See if we already have access to the destination (user@host).
sshExport :: String -> Maybe Int -> IO (Either String ())Source
Set up access to destination (user@host).
sshCopy :: FilePath -> IO ExitCodeSource
Copy the ssh configuration from $HOME to the /root directory of a changeroot.
Produced by Haddock version 2.6.0