Lines Matching refs:ssh
109 $sshdexe = 'sshd' .exe_ext(); # base name and ext of ssh daemon
110 $sshexe = 'ssh' .exe_ext(); # base name and ext of ssh client
113 $sshkeygenexe = 'ssh-keygen' .exe_ext(); # base name and ext of ssh-keygen
115 $sshdconfig = 'curl_sshd_config'; # ssh daemon config file
116 $sshconfig = 'curl_ssh_config'; # ssh client config file
118 $sshdlog = undef; # ssh daemon log file
119 $sshlog = undef; # ssh client log file
122 $knownhosts = 'curl_client_knownhosts'; # ssh knownhosts file
138 /usr/lib/ssh
139 /usr/libexec/ssh
142 /usr/lib/ssh/openssh
143 /usr/lib64/ssh
150 /opt/ssh/sbin
151 /opt/ssh/libexec
244 # Display contents of the ssh daemon config file
252 # Display contents of the ssh client config file
268 # Display contents of the ssh daemon log file
277 # Display contents of the ssh client log file
353 # Find ssh daemon and return canonical filename
361 # Find ssh client and return canonical filename
385 # Find ssh-keygen and return canonical filename
401 # Return version info for the given ssh client or server binaries
433 if($tmpstr =~ /Sun[_-]SSH[_-](\d+)\.(\d+)(\.(\d+))*/i) {