Home | History | Annotate | Download | only in tests

Lines Matching refs:knownhosts

44     $knownhosts
730 if((! -e $knownhosts) || (! -s $knownhosts)) {
732 unlink($knownhosts);
736 if(open(KNOWNHOSTS, ">$knownhosts")) {
737 print KNOWNHOSTS "$listenaddr ssh-rsa $rsahostkey[1]\n";
738 if(!close(KNOWNHOSTS)) {
739 $error = "Error: cannot close file $knownhosts";
743 $error = "Error: cannot write file $knownhosts";
764 my $knownhosts_config = abs_path("$path/$knownhosts");
1076 unlink($hstprvkeyf, $hstpubkeyf, $cliprvkeyf, $clipubkeyf, $knownhosts);