1---
2id: C3B1
3priority: 50
4assignee: null
5status: triage
6kind: issue
7---
8
9# Use ctx in ssh
10
11In ssh we use `commitOld.Patch(commitNew)` instead of `commitOld.PatchContext(commitNew)`. Add a context to the ssh connection and use it.