View Single Post
  #5   (View Single Post)  
Old 17th May 2010
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

I've set rawsockets to 1 and also copied the keys from host to jail.

Code:
exec ssh-agent sh -c 'ssh-add </dev/null && exec /usr/local/bin/twm'
~
This is the .xinitrc from the jail/root directory.
If I ssh to the host by name, It will hang. Am I missing a command?
If I ssh to host by IP, it will be refused.

I'd like to be able to run jail on X at :1 and use it as a vnc server for the G3 but to have it in the background.
Apologies for the run on sentence.


I think my first problem now is here at ssh and then at xorg.
Reply With Quote