SSH TIPS


  • In order to allow X11 forwarding from a Mac OS X machine through ssh, go into the /etc/sshd_config file and change

    #X11Forwarding no


    to

    X11Forwarding yes