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 authorized keys
March 28, 2013
You need to generate SSH Key ( the private key )on your cpanel server and then update remote server with the authorized_keys 1. Check if .ssh folder already exist under your home directory (/home/user-name/.shh ). If not create a folder .ssh # mkdir .ssh 2. Generate or create SSH key run ssh-keygen command. # ssh-keygen […]
+