[Seaside] Seaside/Squeak/Linux: service with GUI as needed

Bill Schwab BSchwab at anest.ufl.edu
Tue Jul 15 17:58:24 UTC 2008


Avi,

Sounds good.  If your changes have not made it into the copy on SM,
they would no doubt be a welcome addition.

Bill




================================
Avi Bryant avi at dabbledb.com
Tue Jul 15 17:44:16 UTC 2008

On Tue, Jul 15, 2008 at 7:00 AM, Bill Schwab <BSchwab at anest.ufl.edu>
wrote:

> RemoteFrameBuffer looks like it could be very useful, though it
appears
> to encrypt only for password exchange.  Do you have any concerns
about
> its security?  Assuming I am seriously paranoid about such things
(gotta
> be with medical records), should *I* be concerned about its security?
 I
> reserve the right to be concerned regardless of your reply, but I am
> curious about your take on it.

We have modified the RemoteFrameBuffer package to only listen on the
internal IP.  To access it from the outside, we use an ssh tunnel, eg,

ssh -L 5900:localhost:5900 server.example.com

And then we point our VNC client at localhost:0.

This ensures the the network traffic is encrypted, and uses ssh as an
additional level of authentication.

Avi


Wilhelm K. Schwab, Ph.D.
University of Florida
Department of Anesthesiology
PO Box 100254
Gainesville, FL 32610-0254

Email: bschwab at anest.ufl.edu
Tel: (352) 846-1285
FAX: (352) 392-7029



More information about the seaside mailing list