Here are my notes for problem solving.
References
- man ssh_config
- man sshd_config
- Mac OS X man ssh
- http://www.stocksy.co.uk/articles/Mac/ssh_on_mac_os_x/
- DYHR.com - How to enable X11 Forwarding with ssh on macosx
- Or see Google search for "macosx ssh" - there are millions of pages on how to do this
Permissions
- Permission on ~/.ssh/authorized_keys OR ~/.ssh/authorized_keys2 needs to be 0600
- Permission on ~/.ssh needs to be 0700
X11 forwarding
- I had to remove the references in home.bashrc that sets $DISPLAY as the sshd does that