“How to access cvss from outside”版本间的差异
来自cslt Wiki
第2行: | 第2行: | ||
1. set ssh proxy | 1. set ssh proxy | ||
− | With putty: select ssh->tunnel, click dynamic, and set source port as <your port>, click add, then connect to 166.111.134.198 | + | |
− | With cygwin or linux client: ssh -D <your port> 166.111.134.19 | + | *With putty: select ssh->tunnel, click dynamic, and set source port as <your port>, click add, then connect to 166.111.134.198 |
+ | *With cygwin or linux client: ssh -D <your port> 166.111.134.19 | ||
2. set your browser | 2. set your browser | ||
+ | |||
Set the socket 5 proxy in your browser as 127.0.0.1, port as <your port>. | Set the socket 5 proxy in your browser as 127.0.0.1, port as <your port>. | ||
2015年6月7日 (日) 08:35的版本
cvss can be access from the lab without any settings. If you want to connect from the outside, you need an SSH proxy.
1. set ssh proxy
- With putty: select ssh->tunnel, click dynamic, and set source port as <your port>, click add, then connect to 166.111.134.198
- With cygwin or linux client: ssh -D <your port> 166.111.134.19
2. set your browser
Set the socket 5 proxy in your browser as 127.0.0.1, port as <your port>.
3. connect to cvss as usual.
More details for ssh tunel: