Extra-1.46.3: A grab bag of modules.

Safe HaskellSafe-Inferred
LanguageHaskell98

Extra.SSH

Synopsis

Documentation

sshVerify :: String -> Maybe Int -> IO Bool Source

See if we already have access to the destination (user@host).

sshExportDeprecated :: String -> Maybe Int -> IO (Either String ()) Source

Set up access to destination (user@host).

sshCopy :: FilePath -> IO ExitCode Source

Copy the ssh configuration from $HOME to the /root directory of a changeroot.