Lines Matching full:ssh
115 $sshdexe = 'sshd' .exe_ext('SSH'); # base name and ext of ssh daemon
116 $sshexe = 'ssh' .exe_ext('SSH'); # base name and ext of ssh client
117 $sftpsrvexe = 'sftp-server' .exe_ext('SSH'); # base name and ext of sftp-server
118 $sftpexe = 'sftp' .exe_ext('SSH'); # base name and ext of sftp client
119 $sshkeygenexe = 'ssh-keygen' .exe_ext('SSH'); # base name and ext of ssh-keygen
120 $httptlssrvexe = 'gnutls-serv' .exe_ext('SSH'); # base name and ext of gnutls-serv
121 $sshdconfig = 'curl_sshd_config'; # ssh daemon config file
122 $sshconfig = 'curl_ssh_config'; # ssh client config file
124 $sshdlog = undef; # ssh daemon log file
125 $sshlog = undef; # ssh client log file
128 $knownhosts = 'curl_client_knownhosts'; # ssh knownhosts file
146 /usr/lib/ssh
147 /usr/libexec/ssh
150 /usr/lib/ssh/openssh
151 /usr/lib64/ssh
158 /opt/ssh/sbin
159 /opt/ssh/libexec
259 # Display contents of the ssh daemon config file
267 # Display contents of the ssh client config file
283 # Display contents of the ssh daemon log file
292 # Display contents of the ssh client log file
332 my $xext = exe_ext('SSH');
368 # Find ssh daemon and return canonical filename
376 # Find ssh client and return canonical filename
400 # Find ssh-keygen and return canonical filename
427 # Return version info for the given ssh client or server binaries
469 if($tmpstr =~ /Sun[_-]SSH[_-](\d+)\.(\d+)(\.(\d+))*/i) {