package
0.0.0-20220815010309-a4a055b414b8
Repository: https://github.com/bingoohuang/golang-trial.git
Documentation: pkg.go.dev

# Functions

CreateClient with user(optional), host, port and password(optional) https://stackoverflow.com/questions/35450430/how-to-increase-golang-org-x-crypto-ssh-verbosity As a quick hack you can open $GOPATH/golang.org/x/crypto/ssh/mux.go file, change const debugMux = false to const debugMux = true and recompile your program.
CreatePublicKey from ~/.ssh/id_rs.
Dial starts a client connection to the given SSH server.
RunScript in shell session from client.
No description provided by the author
SplitScriptLines scripts to lines, ignoring comments or blank lines and auto join lines end with "\".
TimeoutDialer returns functions of connection dialer with timeout settings for http.Transport Dial field.

# Constants

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author