Linux 下利用远程服务器转发

usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-w local_tun[:remote_tun]] [user@]hostname [command]

所以输入此命令:

ssh -D 7070 www@69.164.196.163 -p 10209(根据自己的服务器进行相应更改即可)

配置火狐即可以访问所想要访问的网站。

Leave a Reply