• Home
  • Raw
  • Download

Lines Matching refs:logmsg

201     logmsg $error;
211 logmsg "cannot find $sshdexe";
222 logmsg $sshderror if($verbose);
223 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later';
226 logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
252 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later';
262 logmsg "cannot find $sftpsrvexe";
265 logmsg "sftp server plugin found $sftpsrv" if($verbose);
273 logmsg "cannot find $sftpexe";
276 logmsg "sftp client found $sftp" if($verbose);
284 logmsg "cannot find $sshkeygenexe";
287 logmsg "ssh keygen found $sshkeygen" if($verbose);
295 logmsg "cannot find $sshexe";
306 logmsg $ssherror if($verbose);
307 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later';
310 logmsg "ssh client found $ssh is $sshverstr" if($verbose);
338 logmsg 'SCP and SFTP tests require OpenSSH 2.9.9 or later';
369 logmsg 'generating host keys...' if($verbose);
371 logmsg 'Could not generate host key';
374 logmsg 'generating client keys...' if($verbose);
376 logmsg 'Could not generate client key';
387 logmsg 'Failed parsing base64 encoded RSA host key';
394 logmsg 'Failed writing md5 hash of RSA host key';
515 logmsg 'generating ssh server config file...' if($verbose);
587 logmsg $error;
610 logmsg $err;
752 logmsg $error;
761 logmsg "sshd configuration file $sshdconfig failed verification";
772 logmsg 'generating ssh client known hosts file...' if($verbose);
795 logmsg $error;
899 logmsg 'generating ssh client config file...' if($verbose);
1061 logmsg $error;
1069 logmsg 'generating sftp client config file...' if($verbose);
1089 logmsg $error;
1098 logmsg 'generating sftp client commands file...' if($verbose);
1103 logmsg $error;
1112 logmsg "SCP/SFTP server listening on port $port" if($verbose);
1113 logmsg "RUN: $cmd" if($verbose);
1141 logmsg "\"$sshd\" failed with: $!";
1144 logmsg sprintf("\"$sshd\" died with signal %d, and %s coredump",
1148 logmsg sprintf("\"$sshd\" exited with %d", $rc >> 8);