diff --git a/dictionary-octopus.txt b/dictionary-octopus.txt index f7dcca6f41..fac274474c 100644 --- a/dictionary-octopus.txt +++ b/dictionary-octopus.txt @@ -104,3 +104,5 @@ workertools xlarge xmark xvzf +pycryptodome +mozroots diff --git a/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md b/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md index 2fe4b80271..08d1a33f6b 100644 --- a/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md +++ b/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md @@ -17,7 +17,9 @@ When connecting to a target over SSH, the Octopus Server connects then executes For example, with targets on a Mac the default $PATH variable may be missing `/usr/sbin`. This can be added in the `.bashrc` script with the line: -> PATH=$PATH:/usr/sbin +``` +PATH=$PATH:/usr/sbin +``` If the `.bashrc` file doesn't already exist, create it in the user folder of the user that is connecting to the Max OSX instance. If the remote user is called `octopus`, then this file will be located at `/Users/octopus/.bashrc`.