• ssh -X allows remote X applications to be tunneled back over SSH
  • sometimes use 'ssh -Y' instead but only if you really trust host
  • Never use -X or -Y when connecting to a box you think might have been compromised
  • These and other settings can be stored in ~/.ssh/config
  • NEXT
    PREVIOUS
    Master Index