reviewboard.ssh.storage¶
- set_ssh_storage_backend_path(storage_backend)[source]¶
Set the SSH storage backend to use for SSH.
This will store the backend in the database and make it available immediately for SSH sessions.
New in version 3.0.18.
- Parameters
storage_backend (unicode) – The class path for the storage backend to set. This can be
None
to unset the storage backend, using the defaults instead.
- get_ssh_storage_backend_path()[source]¶
Return the SSH storage backend used for SSH.
This will return the version stored in the site configuration. It does not consider any legacy methods of storing the backend.
New in version 3.0.18.
- Returns
The class path for the configured storage backend. This may be
None
.- Return type
unicode