setSSHPubKeyPath: Set the ssh key file

Description Usage Arguments Value Examples

View source: R/ssh-key.R

Description

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

Usage

1
setSSHPubKeyPath(publicKey = NULL)

Arguments

publicKey

path to the public key

Value

The path to the public key

Examples

1
2
## Getting the path from the environment variable "DockerParallelSSHPublicKey"
setSSHPubKeyPath()

DockerParallel documentation built on June 23, 2021, 5:07 p.m.