Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 877 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 877 Bytes

#known_hosts

A simple package to manage ~/.ssh/known_hosts verification.

##Full Example

The example folder contains a working example that runs a single shell command remotely via ssh, and verifies the host using this package.

##LICENSE Apache 2.0

This package was derived from github.com/coreos/fleet/ssh and updated to import golang.org/x/crypto/ssh directly instead of the locally vendored verison. The local vendor namespacing prohibited use of the library outside of the Fleet project. There is an open issue regarding this vendoring strategy. The proxy, tunnel, remote execution functionality, and external dependencies on fleet packages have been removed.