* [Qemu-devel] QEMU Windows binaries with PCNet NIC?
[not found] <9090625756264628645@unknownmsgid>
@ 2004-08-04 2:11 ` Garth Dahlstrom
0 siblings, 0 replies; only message in thread
From: Garth Dahlstrom @ 2004-08-04 2:11 UTC (permalink / raw)
To: qemu-devel
Has anyone build Windows QEMU binaries with Anthony Curtis AMD PCNet
nic card added in?
I'm using the expect script below with 'screen', but it's killing
me... (dropped ssh sessions + corrupt downloads = not fun) :)
#!/usr/bin/expect
# Usage: ./rsshtunnel.sh user@host remoteport
if {[llength $argv] != 2} {
puts "Usage: rsshtunnel user@host remoteport"
exit
}
set account [lindex $argv 0]
set remoteport [lindex $argv 1]
puts "Enter password: "
gets stdin password
while 1 {
stty echo
spawn ssh -g -C -N -R $remoteport:localhost:22 $account
stty echo
expect -nocase "password:" {
send "$password\n"
stty echo
}
expect -timeout 3600 eof {
stty echo
}
sleep 2
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-04 2:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <9090625756264628645@unknownmsgid>
2004-08-04 2:11 ` [Qemu-devel] QEMU Windows binaries with PCNet NIC? Garth Dahlstrom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).