darcs

Portabilityportable
Stabilityexperimental
Maintainerdarcs-devel@darcs.net
Safe HaskellSafe-Infered

Darcs.Ssh

Description

 

Synopsis

Documentation

data SSHCmd

Constructors

SSH 
SCP 
SFTP 

getSSH :: SSHCmd -> IO (String, [String])

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.