Remote data access

OVITO comes with built-in SSH and HTTP(S) clients for accessing files on remote machines. This feature can save you from having to transfer files stored in remote locations, for example on HPC clusters, to your local desktop computer first. To open a file located on a remote host, select File ‣ Load Remote File from the menu.

The current version of OVITO does not provide a way to browse directories on remote machines. You have to directly specify the full path to the remote file as an URL of the form:

sftp://user@hostname/path/filename

In this URL, replace user with the SSH login name for your remote machine, hostname with the host name of the remote machine, and /path/filename with the full path to the simulation file to load. Similarly, you can let OVITO retrieve a data file from a web server by specifying an URL of the form:

https://www.website.org/path/filename

When connecting to the remote machine via SSH, OVITO will ask for the login password or the passphrase for the private key to be used for authentication. Once established, the SSH connection is kept alive until the program session ends. OVITO creates a temporary copy of the remote file on the local computer before loading the data into memory to speed up subsequent accesses to all simulation frames. The local data copies are cached until you close OVITO or until you hit the Reload button in the External File panel.

Note

If it exists, OVITO will parse the ~/.ssh/config configuration file in your home directory to configure the SSH connection.

When running OVITO from the terminal, you can set the environment variable OVITO_SSH_LOG=1 to enable logging for the built-in SSH client and diagnose possible connection problems.