Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/expect
set timeout 60
spawn /usr/bin/ssh -D 7070 -g username@yourserver.com
#这里的 username 为你自己的用户名,yourserver.com 为你自己的服务器域名或ip
expect {
"password:" {
send "password\r"
#将第二个 password 改为你自己的密码
}
<a href="http://digg.com/d1nsDv"><img src="https://dl.getdropbox.com/u/873345/static/spread-ssh.png" alt="fuckGFW Home" border="0"/></a>