11b53dabc6
cli/connhelper/ssh: add NewSpec utility
...
This allows creating a spec from an existing url.URL
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-23 14:29:42 +02:00
55073c404c
cli/connhelper/ssh: tweak error-message (capitalize SSH)
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-23 14:27:49 +02:00
8c0c1db679
cli/connhelper/ssh: use stdlib errors and improve errors
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-17 21:38:52 +02:00
6ca9766897
cli/connhelper/ssh: improve GoDoc for ParseURL
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-17 21:34:18 +02:00
25ebf0ec9c
connhelper: Allow socket path when using SSH
...
Signed-off-by: Jakub Panek <me@panekj.dev >
2023-03-07 00:48:27 +01:00
d30970e3b1
ssh: avoid setting flags through hostname
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2020-05-28 20:08:35 +00:00
dbe7afbd04
connhelper: export functions for other projects
...
Exposed functions are planned to be used by `buildctl`:
https://github.com/moby/buildkit/issues/769
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
2019-03-02 21:11:49 +09:00
a07637ae31
Updates ssh connhelper error messages
...
Signed-off-by: François Scala <arcenik@github.com >
2019-01-25 23:42:13 +01:00
6f61cf053a
support SSH connection
...
e.g. docker -H ssh://me@server
The `docker` CLI also needs to be installed on the remote host to
provide `docker system dial-stdio`, which proxies the daemon socket to stdio.
Please refer to docs/reference/commandline/dockerd.md .
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
2018-08-02 13:10:06 +09:00