Skip to content

Commit 29c7746

Browse files
gcoterefiopshchekleinjorgeorpinel
authored
remote modify [ssh]: Add doc about the parameter 'allow_agent' (#1815)
* remote modify [ssh]: Add doc about the parameter 'allow_agent' This parameter was created to fix iterative/dvc#4186 * Update content/docs/command-reference/remote/modify.md * minor: apply inline code * Update content/docs/command-reference/remote/modify.md Co-authored-by: Ruslan Kuprieiev <[email protected]> Co-authored-by: Ivan Shcheklein <[email protected]> Co-authored-by: Jorge Orpinel <[email protected]>
1 parent f576f99 commit 29c7746

File tree

1 file changed

+8
-0
lines changed
  • content/docs/command-reference/remote

1 file changed

+8
-0
lines changed

content/docs/command-reference/remote/modify.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,14 @@ more information.
539539
$ dvc remote modify myremote gss_auth true
540540
```
541541

542+
- `allow_agent` - whether to use [SSH agents](https://www.ssh.com/ssh/agent)
543+
(`true` by default). Setting this to `false` is useful when `ssh-agent` is
544+
causing problems, such as a "No existing session" error:
545+
546+
```dvc
547+
$ dvc remote modify myremote allow_agent false
548+
```
549+
542550
</details>
543551

544552
<details>

0 commit comments

Comments
 (0)