Class SshPasswordAuthConfigurator

java.lang.Object
org.craftercms.commons.git.auth.AbstractSshAuthConfigurator
org.craftercms.commons.git.auth.SshPasswordAuthConfigurator
All Implemented Interfaces:
GitAuthenticationConfigurator

public class SshPasswordAuthConfigurator extends AbstractSshAuthConfigurator
GitAuthenticationConfigurator that configures the TransportCommand to use SSH with username/password authentication. The username is expected to be part of the Git SSH URL, while the password is provided separately and injected to this class.
Author:
avasquez