mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
6 lines
201 B
Bash
6 lines
201 B
Bash
#!/bin/bash
|
|
|
|
# This runs on the QEMU Host
|
|
# portfwd to squid on raspberry pi; run-qemu is listening for ssh on 32222
|
|
ssh -2 -C -Y -oTCPKeepAlive=yes -g -R 3128:10.1.0.4:3128 -l user localhost -p 32222
|