Home
last modified time | relevance | path

Searched defs:IdentityFile (Results 1 – 5 of 5) sorted by relevance

/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DIdentityFile.java34 class IdentityFile implements Identity{ class
50 private IdentityFile(JSch jsch, String name, KeyPair kpair) throws JSchException{ in IdentityFile() method in IdentityFile
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DIdentityFile.java34 class IdentityFile implements Identity{ class
50 private IdentityFile(JSch jsch, String name, KeyPair kpair) throws JSchException{ in IdentityFile() method in IdentityFile
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DIdentityFile.java34 class IdentityFile implements Identity{ class
50 private IdentityFile(JSch jsch, String name, KeyPair kpair) throws JSchException{ in IdentityFile() method in IdentityFile
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/ssh/
H A Dssh_config.go9IdentityFile string `toml:"identity_file,omitempty" json:"identity_file" long:"identity-file" env:… member
/dports/security/zebedee/zebedee-2.5.3/
H A Dzebedee.c481 char *IdentityFile = NULL; /* Name of identity file to check, if any */ variable