Class FileBasedSshTransportConfigCallback

  • All Implemented Interfaces:
    org.eclipse.jgit.api.TransportConfigCallback

    public class FileBasedSshTransportConfigCallback
    extends Object
    implements org.eclipse.jgit.api.TransportConfigCallback
    Configure JGit transport command to use a default SSH session factory based on local machines SSH config. Allow strict host key checking to be set.
    Author:
    Dylan Roberts
    • Method Detail

      • configure

        public void configure​(org.eclipse.jgit.transport.Transport transport)
        Specified by:
        configure in interface org.eclipse.jgit.api.TransportConfigCallback