Lines Matching full:ssh
79 our $sshdexe = 'sshd' .exe_ext('SSH'); # base name and ext of ssh daemon
80 our $sshexe = 'ssh' .exe_ext('SSH'); # base name and ext of ssh client
81 our $sftpsrvexe = 'sftp-server' .exe_ext('SSH'); # base name and ext of sftp-server
82 our $sftpexe = 'sftp' .exe_ext('SSH'); # base name and ext of sftp client
83 our $sshkeygenexe = 'ssh-keygen' .exe_ext('SSH'); # base name and ext of ssh-keygen
84 our $httptlssrvexe = 'gnutls-serv' .exe_ext('SSH'); # base name and ext of gnutls-serv
85 our $sshdconfig = 'curl_sshd_config'; # ssh daemon config file
86 our $sshconfig = 'curl_ssh_config'; # ssh client config file
88 our $sshdlog = undef; # ssh daemon log file
89 our $sshlog = undef; # ssh client log file
92 our $knownhosts = 'curl_client_knownhosts'; # ssh knownhosts file
110 /usr/lib/ssh
111 /usr/libexec/ssh
114 /usr/lib/ssh/openssh
115 /usr/lib64/ssh
122 /opt/ssh/sbin
123 /opt/ssh/libexec
194 # Display contents of the ssh daemon config file
202 # Display contents of the ssh client config file
218 # Display contents of the ssh daemon log file
227 # Display contents of the ssh client log file
268 my $xext = exe_ext('SSH');
305 # Find ssh daemon and return canonical filename
313 # Find ssh client and return canonical filename
337 # Find ssh-keygen and return canonical filename
365 # Return version info for the given ssh client or server binaries
407 if($tmpstr =~ /Sun[_-]SSH[_-](\d+)\.(\d+)(\.(\d+))*/i) {