Differences
This shows you the differences between the selected revisions of the page.
| 2015-08-13 | 2015-08-26 | ||
| Restored revision 1428060597. Undoing revision 1439480173. (martin) (hidden) | macro for putty urls (martin) | ||
| Line 11: | Line 11: | ||
| One possible approach is to setup SSH [[tunneling|tunnel]] and connect through the tunnel. | One possible approach is to setup SSH [[tunneling|tunnel]] and connect through the tunnel. | ||
| - | For simple cases, you can setup tunnel directly in WinSCP. For more complex cases (non-default SSH settings, multiple hops, FTP protocol, etc.) you need to setup tunnel using external tool. Example of such tool is [[&url(putty)|PuTTY SSH client]]. For more information see [[http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter3.html#using-port-forwarding|PuTTY documentation on port forwarding]]. | + | For simple cases, you can setup tunnel directly in WinSCP. For more complex cases (non-default SSH settings, multiple hops, FTP protocol, etc.) you need to setup tunnel using external tool. Example of such tool is [[&url(putty)|PuTTY SSH client]]. For more information see [[&url(puttydoc)/Chapter3.html#using-port-forwarding|PuTTY documentation on port forwarding]]. |
| In the text, //Server B// stays for the target server and //Server A// stays for the server thru which you need to connect. | In the text, //Server B// stays for the target server and //Server A// stays for the server thru which you need to connect. | ||
| Line 50: | Line 50: | ||
| putty.exe <Server A> -D 3111 | putty.exe <Server A> -D 3111 | ||
| - | For more information see [[http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter3.html#using-port-forwarding|PuTTY documentation on port forwarding]]. | + | For more information see [[&url(puttydoc)/Chapter3.html#using-port-forwarding|PuTTY documentation on port forwarding]]. |
| ==== Connecting through the tunnel ==== | ==== Connecting through the tunnel ==== | ||