An open API service indexing awesome lists of open source software.

https://github.com/mutantmonkey/vsockcat


https://github.com/mutantmonkey/vsockcat

golang networking vsock

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```