X Forwarding with SSH over the Internet

article #693, updated 3604 days ago

Use the following as a script wrapper:

#!/bin/bash
ssh -Y -C -c blowfish $1

It turns compression on, and also sets up Blowfish encryption which is much more responsive than the default.

Categories: