cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged ssh port
April 20, 2017
There are many options available to Rsync and SCP over non-standard ssh port and key files. Here is the simple example to backup your files and configure with Cron jobs. Rsync is a great tool that allows you to transfer and synchronize data between servers. The command can be used over SSH which encrypts the connection. […]
+
May 24, 2013
How to change/reset default SSH port on your cPanel servers? Did you forget SSH port and try to reset it via WHM, Use the following SSH configuration settings on WHM. Login to your WHM on a non secure port that is : 2086 For example : http://serverip:2086 Then browse the URL to reset the SSH […]
+