modulepackage
0.0.0-20201229122201-330ad6c9cc6f
Repository: https://github.com/problame/go-netssh.git
Documentation: pkg.go.dev
# README
Package netssh provides net.Conn
and net.Listener
that uses the ssh binary + authorized_keys
file as a transport.
API documentation
See example/
and https://godoc.org/github.com/problame/go-netssh
License
See LICENSE file.
# Packages
No description provided by the author
# Functions
No description provided by the author
Dial connects to the remote endpoint where it expects a command executing Proxy().
No description provided by the author
The process calling Proxy must exit with non-zero exit status if it returns err != nil and a zero exit status if err == nil.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author