Skip to main content

PyStan I/O between servers with ssh

Project description

pystanssh

PyStan I/O between servers with ssh

SSH Key Setup

SSH keys are needed. To generate via terminal run the following:

$ ssh-keygen -t rsa

With Mojave, you might need to run this instead:

$ ssh-keygen -m PEM -t rsa

You will be prompted to give a name. Note that on macOS, the key files will generate in your current directory unless an explicit path is given. Go to the location of your new key files (there should be two: and .pub) and copy the key ID to the host server. In this example, the keys have been generated in the default user SSH directory ~/.ssh/:

$ ssh-copy-id -i ~/.ssh/mykey username@my_remote_host.org

You will be prompted to give your password. Note that the public key will be shared, not the private.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystanssh-0.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

pystanssh-0.1.0-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page