Registry / networking / gliderlabs-ssh

gliderlabs-ssh

JSON →
library0.3.8gogounverified

Package ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.

go get github.com/gliderlabs/ssh
INSTALL
IMPORT
SIG · GLIDERLABS-SSH
G
gliderlabs-ssh
networkinggov0.3.8
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.

ssh
github.com/gliderlabs/ssh

Starts an SSH server that responds with a greeting.

package main import ( "fmt" "github.com/gliderlabs/ssh" ) func main() { ssh.Handle(func(s ssh.Session) { fmt.Fprintln(s, "Hello, world!") }) fmt.Println("Starting SSH server on :2222...") ssh.ListenAndServe(":2222", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
gliderlabs-ssh — go get gliderlabs-ssh · libregistry