Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,14 @@ more information.
$ dvc remote modify myremote gss_auth true
```

- `allow_agent` - whether to use [SSH agents](https://www.ssh.com/ssh/agent)
(`true` by default). Setting this to `false` is useful when `ssh-agent` is
causing problems, such as a "No existing session" error:

```dvc
$ dvc remote modify myremote allow_agent false
```

</details>

<details>
Expand Down