1---
2id: "f08b"
3priority: 92
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
9
10# Ssh path require / at end
11
12If you try to clone `ssh://gitroot.dev` it will fail but `ssh://gitroot.dev/` will give you root.
13
14Maybe it's the algo in [ssh](../app/server/ssh.go) which don't give root when path is empty?