########################################################################### # Path to SSH public key to log in with. # # If left blank or deleted, the client will proceed calling the service # without an SSH just-in-time configuration request. You can override # using the --ssh-pubkey flag. ########################################################################### ssh.pubkey=~/.ssh/id_rsa.pub ########################################################################### # Host+port of Virtal Workspace Service (not the URL) ########################################################################### vws.factory=vws.acis.ufl.edu:8443 #vws.factory=128.227.56.86:8443 vws.memory.request=2560 ########################################################################### # Host+port of image repository (not the URL) ########################################################################### vws.repository=vws.acis.ufl.edu:2811 #vws.repository=128.227.56.86:2811 ########################################################################### # Virtal Workspace Service identity, to verify we are talking to the # right machine. ########################################################################### vws.factory.identity=/O=Grid/OU=GlobusTest/OU=simple-workspace-ca/CN=host/vws.acis.ufl.edu ########################################################################### # Image repository identity, to verify we are talking to the right machine. ########################################################################### vws.repository.identity=/O=Grid/OU=GlobusTest/OU=simple-workspace-ca/CN=host/vws.acis.ufl.edu