Skip to content

emptyinterface/knownhosts

Repository files navigation

#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.

About

~/.ssh/known_hosts verification in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages