package sshutil
import "github.com/moby/buildkit/util/sshutil"
Index ¶
- func IsImplicitSSHTransport(s string) bool
- func SSHKeyScan(server string) (string, error)
- type SCPStyleURL
Functions ¶
func IsImplicitSSHTransport ¶
func SSHKeyScan ¶
SSHKeyScan scans a ssh server for the hostkey; server should be in the form hostname, or hostname:port
Types ¶
type SCPStyleURL ¶
func ParseSCPStyleURL ¶
func ParseSCPStyleURL(raw string) (*SCPStyleURL, error)
func (*SCPStyleURL) String ¶
func (url *SCPStyleURL) String() string
Source Files ¶
- Version
- v0.21.1 (latest)
- Published
- Apr 29, 2025
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 5 minutes ago –
Tools for package owners.