Using local programs over ssh

I am assuming you want to use the gedit of Archlinux? You can do that by forwarding the X connection. SSH to archlinux with ssh -X -Y <archlinux> and launch gedit, it should show up as a window under FreeBSD. This works over the net too if you connect by SSH to a remote machine.
 
FUSH SSH mount was perfect for what I'm doing but when I try and save files to the mount point, I get a kernel panic and my system shuts down
 
Back
Top