How To Get A Full DNS Zone Transfer

Author: , November 29th, 2010

To see all the records in a domain, use the ANY keyword with the dig command: dig @your.dns.server. yourDomain.com. ANY Commands for full DNS zone transfer of a domain: nslookup -query=axfr domain server dig -t axfr domain @server host -t axfr domain server

How to Troubleshoot SSH on MacOSX

Author: , May 1st, 2010

I had some odd issues with slow login via ssh to my host. I looked in Console.app, but was not able to find anything relevant. So here is what I did: 1. System Preferences -> Sharing, Unchecked “Remote Login” 2. In Terminal, as root, ran /usr/sbin/sshd -ddd -e (3 d’s for debug level 3, -e […]