René's URL Explorer Experiment


Title: sshproxy package - github.com/cmoog/sshproxy - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage sshproxy provides a slim SSH reverse proxy built atop the `golang.org/x/crypto/ssh` package.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/cmoog/sshproxy#main-content
Why Go https://pkg.go.dev/github.com/cmoog/sshproxy
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/cmoog/sshproxy
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/cmoog/sshproxy
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/cmoog/sshproxy
Why Go https://pkg.go.dev/github.com/cmoog/sshproxy
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/cmoog/sshproxy
Docs https://pkg.go.dev/github.com/cmoog/sshproxy
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/cmoog/sshproxy
Community https://pkg.go.dev/github.com/cmoog/sshproxy
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/cmoog/sshproxy https://pkg.go.dev/github.com/cmoog/sshproxy@v0.2.0
https://go.dev/
Version: v0.2.0 https://pkg.go.dev/github.com/cmoog/sshproxy?tab=versions
Go to latest https://pkg.go.dev/github.com/cmoog/sshproxy
MIThttps://pkg.go.dev/github.com/cmoog/sshproxy?tab=licenses
Imports: 7 https://pkg.go.dev/github.com/cmoog/sshproxy?tab=imports
Imported by: 1 https://pkg.go.dev/github.com/cmoog/sshproxy?tab=importedby
go.modhttps://github.com/cmoog/sshproxy/tree/v0.2.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/cmoog/sshproxy https://github.com/cmoog/sshproxy
Open Source Insights https://deps.dev/go/github.com%2Fcmoog%2Fsshproxy/v0.2.0
README https://pkg.go.dev/github.com/cmoog/sshproxy#section-readme
Authorization termination proxy https://pkg.go.dev/github.com/cmoog/sshproxy#readme-authorization-termination-proxy
Example usage https://pkg.go.dev/github.com/cmoog/sshproxy#readme-example-usage
Documentation https://pkg.go.dev/github.com/cmoog/sshproxy#section-documentation
Overviewhttps://pkg.go.dev/github.com/cmoog/sshproxy#pkg-overview
Index https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-index
Constants https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-constants
Variables https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-variables
Functions https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-functions
Types https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-types
type ReverseProxy https://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy
New(targetAddr, clientConfig) https://pkg.go.dev/github.com/cmoog/sshproxy#New
(r) Serve(ctx, serverConn, serverChans, serverReqs) https://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy.Serve
Source Files https://pkg.go.dev/github.com/cmoog/sshproxy#section-sourcefiles
Directories https://pkg.go.dev/github.com/cmoog/sshproxy#section-directories
https://pkg.go.dev/github.com/cmoog/sshproxy#section-readme
https://pkg.go.dev/github.com/cmoog/sshproxy
https://goreportcard.com/report/github.com/cmoog/sshproxy
https://codecov.io/gh/cmoog/sshproxy
HTTP reverse proxyhttps://pkg.go.dev/net/http/httputil#ReverseProxy
https://pkg.go.dev/github.com/cmoog/sshproxy#section-documentation
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-overview
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-index
type ReverseProxyhttps://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy
func New(targetAddr string, clientConfig *ssh.ClientConfig) *ReverseProxyhttps://pkg.go.dev/github.com/cmoog/sshproxy#New
func (r *ReverseProxy) Serve(ctx context.Context, serverConn *ssh.ServerConn, ...) errorhttps://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy.Serve
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-constants
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-variables
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-functions
https://pkg.go.dev/github.com/cmoog/sshproxy#pkg-types
ReverseProxyhttps://github.com/cmoog/sshproxy/blob/v0.2.0/reverseproxy.go#L16
https://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy
stringhttps://pkg.go.dev/builtin#string
sshhttps://pkg.go.dev/golang.org/x/crypto/ssh
ClientConfighttps://pkg.go.dev/golang.org/x/crypto/ssh#ClientConfig
loghttps://pkg.go.dev/log
Loggerhttps://pkg.go.dev/log#Logger
Newhttps://github.com/cmoog/sshproxy/blob/v0.2.0/reverseproxy.go#L27
https://pkg.go.dev/github.com/cmoog/sshproxy#New
stringhttps://pkg.go.dev/builtin#string
sshhttps://pkg.go.dev/golang.org/x/crypto/ssh
ClientConfighttps://pkg.go.dev/golang.org/x/crypto/ssh#ClientConfig
ReverseProxyhttps://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy
Servehttps://github.com/cmoog/sshproxy/blob/v0.2.0/reverseproxy.go#L35
https://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy.Serve
ReverseProxyhttps://pkg.go.dev/github.com/cmoog/sshproxy#ReverseProxy
contexthttps://pkg.go.dev/context
Contexthttps://pkg.go.dev/context#Context
sshhttps://pkg.go.dev/golang.org/x/crypto/ssh
ServerConnhttps://pkg.go.dev/golang.org/x/crypto/ssh#ServerConn
sshhttps://pkg.go.dev/golang.org/x/crypto/ssh
NewChannelhttps://pkg.go.dev/golang.org/x/crypto/ssh#NewChannel
sshhttps://pkg.go.dev/golang.org/x/crypto/ssh
Requesthttps://pkg.go.dev/golang.org/x/crypto/ssh#Request
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/cmoog/sshproxy#section-sourcefiles
View all Source fileshttps://github.com/cmoog/sshproxy/tree/v0.2.0
doc.gohttps://github.com/cmoog/sshproxy/blob/v0.2.0/doc.go
reverseproxy.gohttps://github.com/cmoog/sshproxy/blob/v0.2.0/reverseproxy.go
https://pkg.go.dev/github.com/cmoog/sshproxy#section-directories
_exampleshttps://pkg.go.dev/github.com/cmoog/sshproxy@v0.2.0/_examples
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.