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.13.0
- Published
- Mar 5, 2024
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 12 hours ago –
Tools for package owners.