You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic Remote Execution Manager (BREM) allows to run commands on a remote machine via SSH (with paramiko) and to transfer files with the remote machine. It also provides some UI elements to browse files remotely.
Basic Remote Execution Manager (brem) is a simple Python package that enables the execution
on remote machines connected via SSH.
Install
Binary installation is available via pip or conda:
pip install brem
or
conda install -c paskino brem
About
Basic Remote Execution Manager (BREM) allows to run commands on a remote machine via SSH (with paramiko) and to transfer files with the remote machine. It also provides some UI elements to browse files remotely.