/tag/cli

  • `ssh` on Rivanna

    The secure shell ssh is the primary application used to access Rivanna from the command line.
    Connecting to a Remote Host For Windows, MobaXterm is our recommended ssh client; this package also provides an SFTP client and an X11 server in one bundle.
    Mac OSX and Linux users access the cluster from a terminal through OpenSSH, which are preinstalled on these operating systems. Open a terminal (on OSX, the Terminal application) and type
    ssh -Y mst3k@rivanna.hpc.virginia.edu where mst3k should be replaced by your user ID. You will generally need to use this format unless you set up your user account on your Mac or Linux system with your UVA ID.

  • Transfer Files Using Amazon S3

    Setup You will need to install and configure the awscli package in order to access objects in S3.
    Install the AWS CLI The AWS CLI is available through the pip/pip3 installer:
    If you have administrator privileges type
    pip install awscli $('#copybtn891632745').click(function(){ var $temp = $(""); $(“body”).append($temp); $temp.val($('#891632745').text()).select(); document.execCommand(“copy”); $temp.remove(); var $this = $(this); $(this).fadeOut(200); $(this).delay(2000); $(this).fadeIn(200); }); Otherwise use
    pip install –user awscli $('#copybtn685472139').click(function(){ var $temp = $(""); $(“body”).append($temp); $temp.val($('#685472139').text()).select(); document.execCommand(“copy”); $temp.remove(); var $this = $(this); $(this).fadeOut(200); $(this).delay(2000); $(this).fadeIn(200); }); The project is open source, so you can also download the source at https://github.

  • Globus Command-Line Interface

    Install the Globus CLI The Globus CLI is available through the pip installer:
    If you have administrator privileges type
    pip install globus-cli Otherwise use
    pip install –user globus-cli The project is open source, so you can also download the source at https://github.com/globus/globus-cli
    If you would like to use the CLI from Rivanna, please follow these directions below.
    Authenticate using the Globus CLI Log in against your institutional authentication provider. In the case of UVA, we use NetBadge for signing in:
    globus login This will open a page in your web browser where you select your institution and proceed to login: