Home | Mirror | Search

Chapter 13. Secure Tunnel

Table of Contents

1. OpenSSH Tunnel
1.1. SOCKS v5 Tunnel
2. SSL Tunnel
2.1. 通過SSL訪問POP、IMAP、SMTP

1. OpenSSH Tunnel

mysql tunnel

$ ssh -L 3306:127.0.0.1:3306 user@example.org
		

testing

$ mysql -h 127.0.0.1 -uroot -p test
		

1.1. SOCKS v5 Tunnel

			
ssh -D 1080 <遠程主機地址>
			
			

Firefox 配置

為了防止所訪問網站的DNS被窺探,可以在Firefox的地址欄中輸入about:config 把network.proxy.socks_remote_dns 改為true

comments powered by Disqus