setSSHPubKeyPath {DockerParallel} | R Documentation |
Set the ssh key file. This function will be called when the package is
loaded. If no argument is provided and the current stored path is NULL
, it
will look at the environment variables DockerParallelSSHPublicKey
setSSHPubKeyPath(publicKey = NULL)
publicKey |
path to the public key |
The path to the public key
## Getting the path from the environment variable "DockerParallelSSHPublicKey"
setSSHPubKeyPath()