Commit Graph

1 Commits

Author SHA1 Message Date
Doug Rabson 9854a2b4d3 pkg/ssh: simplify ssh.Validate
This removes logic which forces the socket path (if present) to start
with "/run" and uses (*URL).String to reconstruct the URI after applying
port and user policy. Fixes #1551.

Signed-off-by: Doug Rabson <dfr@rabson.org>
2023-07-12 11:42:37 +01:00