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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pystanssh-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 078327332f2f305a337da1bb4a6cf4b0cfc6a98400654eb060a46ce125734f5f |
|
MD5 | 64c88128c9ed5728d5cbc54294db2476 |
|
BLAKE2b-256 | 219a3ac214f988ebdc8ac23e2f95ce1b6644f7fee31657d4d67ce6a078c8ff91 |