Linux,Mac下使用ssh爬墙的方法
linux下配置方法: sudo apt-get install putty plink -C -D 127.0.0.1:1080 -N -pw 密码 用户名@服务器地址 用系统自带的SSH亦可: ssh -CfNg -D 127.0.0.1:1080 用户名@服务器地址 Mac下方法一样: ssh -CfNg -D 127.0.0.1:1080
Using SSH and Unix commands
Having some basic knowledge of SSH and Unix commands is very useful. Developed in 1995, SSH (Secure Shell) was created as a secure alternative to Telnet. Telnet is a protocol allowing for command line access to a Unix, Linux or FreeBSD based remote computer. I’ve listed some basic commands to get you familiar with them.
The cd command is used to move to a specific directory. Command: cd Format: cd /directory/to/browse