darcs-2.14.1: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell2010

Darcs.Util.Ssh

Synopsis

Documentation

data SshSettings #

Constructors

SshSettings 

Fields

Instances
Eq SshSettings # 
Instance details

Defined in Darcs.Util.Ssh

Show SshSettings # 
Instance details

Defined in Darcs.Util.Ssh

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.