https://github.com/mutantmonkey/vsockcat
https://github.com/mutantmonkey/vsockcat
golang networking vsock
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mutantmonkey/vsockcat
- Owner: mutantmonkey
- License: isc
- Created: 2019-04-12T01:40:54.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:22:04.000Z (over 1 year ago)
- Last Synced: 2025-02-01T14:37:41.551Z (over 1 year ago)
- Topics: golang, networking, vsock
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```