ansitest/ZFS/ssh-into-qemu-vm.sh

6 lines
201 B
Bash
Raw Normal View History

2021-07-19 08:44:25 -05:00
#!/bin/bash
2021-07-19 08:47:32 -05:00
# This runs on the QEMU Host
# portfwd to squid on raspberry pi; run-qemu is listening for ssh on 32222
2021-07-19 08:44:25 -05:00
ssh -2 -C -Y -oTCPKeepAlive=yes -g -R 3128:10.1.0.4:3128 -l user localhost -p 32222