Details | Last modification | View Log | RSS feed
<?php
#sshd listen 的 ip and port
$ipAndPort="*:22";
#try restart sshd instead report only
$reportOnly="false";
#report verbose info
$verbose="true";
?>