No description
  • Go 87.6%
  • Makefile 12.4%
Find a file
2024-12-19 01:20:45 -08:00
.github/workflows Add govulncheck workflow 2024-12-19 01:16:06 -08:00
cmd vsockcat: fix build with vsock v1.0.0 2024-12-19 01:20:45 -08:00
.gitignore Add .gitignore 2021-06-29 23:50:11 -07:00
go.mod Bump dependencies 2024-12-19 01:13:59 -08:00
go.sum Bump dependencies 2024-12-19 01:13:59 -08:00
LICENSE Initial commit 2019-04-11 18:40:45 -07:00
Makefile Add makefile 2021-06-30 00:06:27 -07:00
README.md Add some basic info to readme 2019-04-11 19:25:26 -07:00

vsockcat

A tool to provide port forwarding over AF_VSOCK. It can be used as an SSH ProxyCommand to access SSH inside a VM without any network interfaces.

Usage (inside VM)

listener

Usage (on host)

ssh -oProxyCommand="vsockcat %h %p" myvm