Skip to content

Commit

Permalink
Merge pull request #2125 from OctopusDeploy/finnd-ssh-requirements-typo
Browse files Browse the repository at this point in the history
edited format of PATH line
  • Loading branch information
steve-fenton-octopus authored Dec 15, 2023
2 parents a5f00ee + 4699dd1 commit e2595dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dictionary-octopus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ workertools
xlarge
xmark
xvzf
pycryptodome
mozroots
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e2595dc

Please sign in to comment.