Registry / networking / appleboy-easyssh-proxy

appleboy-easyssh-proxy

JSON →
library1.5.2gogounverified

Package easyssh provides a simple implementation of some SSH protocol features in Go.

go get github.com/appleboy/easyssh-proxy
INSTALL
IMPORT
SIG · APPLEBOY-EASYSSH-P
A
appleboy-easyssh-proxy
networkinggov1.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

easyssh
github.com/appleboy/easyssh-proxy

Runs a command on a remote server via SSH.

package main import "github.com/appleboy/easyssh-proxy" func main() { ssh := &easyssh.MakeConfig{ User: "root", Server: "example.com", Port: "22", } response, err := ssh.Run("ls -la") if err != nil { panic(err) } println(response) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
appleboy-easyssh-proxy — go get appleboy-easyssh-proxy · libregistry