Installation

From PyPI (Python Package Index)

pip install scitex-ssh

Or as part of SciTeX:

pip install scitex[tunnel]

Prerequisites

  • autossh installed on the host machine (sudo apt install autossh)

  • SSH (Secure Shell) key pair for authentication

  • A bastion server with SSH access

Development

pip install -e ".[dev]"