#Migrate Reseller echo “Server IP :- “; read remote_host; echo “Checking for the Authentication Keys ” hostname=$(hostname) Key=$(grep -s $hostname /root/.ssh/id_rsa.pub | wc -l) if [ “$Key” -le 0 ]; then echo ” No Keys Found. Adding new KEY” ssh-keygen -t rsa -b 1024 -f /root/.ssh/id_rsa -N “” else echo “Authentication Does exist” fi echo […]
See MoreTag: hostripples
Inbound spam to domain/email users
Inbound spam is the scourge of the modern internet and, the inconvenience to users aside, can cause serious performance and resource issues on the server. These can affect both the server overall and the timely deliver of clean email in particular. The best way to tackle inbound spam is at the entry point into the […]
See MorePlesk External component has thrown an exception
Following error can come in plesk control panel while setting up/updating physical hosting for a domain in the plesk control panel… —————— External component has thrown an exception. In IIS7NativeProvider module Exception type: System.Runtime.InteropServices.SEHException at _CxxThrowException(Void* , _s__ThrowInfo* ) at ServerManagerFactory.getHttpRedirectSection(String location) at IIS7ServerManager.getSitesInfo(IIS7ServerManager* , list<WebSiteInfo\,std: :allocator<WebSiteInfo> >* sitesInfo) —————– Here is the quick workaround […]
See More