ansitest/ssh-into-qemu-vm.sh
2021-07-19 08:44:56 -05:00

5 lines
162 B
Bash

#!/bin/bash
# portfwd to squid on 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