Skip to content

s-i-am-r/sparrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quic-remoteshell

Simple QUIC-based remote shell using quic-go.

Build

go mod tidy

go build -o bin/quic-shell-server ./cmd/server

go build -o bin/quic-shell-client ./cmd/client

Run

Server:

./bin/quic-shell-server -addr :4242

Client:

./bin/quic-shell-client -addr localhost:4242 -insecure

Notes

  • Server uses a self-signed cert by default. Use -cert and -key to supply your own.
  • Client uses raw mode for basic interactivity. No window resize support yet.

About

a remote shell client using quic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages