Is anybody at Perforce thinking about support for SSL (TLS,...) ? It might
be somewhat faster to do the encryption/decryption work inside the client
itself instead of inoking a different program (ssh), and avoids the port
forwarding problem that sandy addresses.
sandy currier wrote:
We are currently beta testing a method of using direct ssh connections
between the p4 client and server. It works well on unix. We are still
trying to finish testing it on windows.
This model, as opposed to the port forwarded model, should be much
more secure in that there is no port that a random user can use to
access
the server (during port forwarding, the port is open for general
consumption
and use). [...]