Differences
This shows you the differences between the selected revisions of the page.
ui_login_tunnel 2013-04-28 | ui_login_tunnel 2021-04-09 (current) | ||
Line 1: | Line 1: | ||
- | ====== Tunnel Tab (Login Dialog) ====== | + | ====== The Tunnel Page (Advanced Site Settings dialog) ====== |
- | //This article contains description of tunnel configuration. You may want to see [[guide_tunnel|simplified guide]] to the tunneling instead.// | + | The //Tunnel page// on the [[ui_login_advanced|Advanced Site Settings dialog]] allows you to setup your session to [[tunneling|tunnel]] through SSH connection. |
- | + | ||
- | //Tunnel tab// allows you to setup your session to [[tunneling|tunnel]] through SSH connection. | + | |
&screenshotpict(login_tunnel) | &screenshotpict(login_tunnel) | ||
- | You need to check //Advanced options// to reveal the tab. The tab is not available for [[ftp|FTP protocol]]. | + | To reveal this page you need to select SFTP or SCP file protocol on [[ui_login|Login dialog]]. |
- | ===== Session Tunneling ===== | + | &toc_title_page_sections |
+ | |||
+ | ===== [[session_tunneling]] Session Tunneling ===== | ||
To enable [[tunneling]], tick the //Connect through SSH tunnel//. | To enable [[tunneling]], tick the //Connect through SSH tunnel//. | ||
- | In the //Host to setup tunnel on// box configure basic settings for the SSH tunnel session. The meaning of the boxes is the same as the respective options for the main session on the //[[ui_login_session|Session tab]]//. | + | In the //Host to setup tunnel on// box configure basic settings for the SSH tunnel session. The meaning of the boxes is the same as the respective options for the main session on the [[ui_login|Login dialog]]. |
- | For more complex tunnels (non-default SSH settings, multiple hops, etc.) you need to setup tunnel using external tool, such as [[&url(putty)|PuTTY SSH client]].((See [[guide_tunnel|guide]] for help.)) | + | The tunnel inherits some session settings from the main session, including settings for [[ui_login_proxy|proxy]] and [[ui_login_ssh|SSH protocol]]·(including [[ui_login_kex|key exchange]] and [[ui_login_authentication|authentication]]). |
- | ===== Tunnel Options ===== | + | For more complex tunnels (non-default SSH settings, multiple hops, etc.) you need to [[guide_tunnel|setup tunnel using external tool]], such as PuTTY SSH client. |
+ | |||
+ | ===== [[tunnel_options]] Tunnel Options ===== | ||
Use //Local tunnel port// if you need to use specific port for the SSH tunnel. This is particularly useful if you want to use the opened tunnel for another applications. When //Autoselect// is selected, WinSCP will automatically pick a free port from range 50000 through 50099. | Use //Local tunnel port// if you need to use specific port for the SSH tunnel. This is particularly useful if you want to use the opened tunnel for another applications. When //Autoselect// is selected, WinSCP will automatically pick a free port from range 50000 through 50099. | ||
- | ===== Further Reading ===== | + | ===== Tunnel Authentication Parameters ===== |
+ | Use the //Private key file// box to specify [[local_path|local path]] to your [[public_key#private|private key file]] if you are going to use [[public_key|public key authentication]] for tunnel. For details see [[ui_login_authentication#private_key|documentation for private key for main session]]. | ||
- | Read more about the [[ui_login|WinSCP Login dialog box]]: | + | ===== Further Reading ===== |
- | + | ||
- | * [[ui_login_session|Session]] (basic session options) | + | |
- | * [[ui_login_stored_sessions|Sites/Stored sessions]] (to manage sites/stored sessions) &beta | + | |
- | * [[ui_login_logging|Logging]] (to enable logging) | + | |
- | * [[ui_login_environment|Environment]] (server compatibility options, filename encoding, DST, etc) | + | |
- | * [[ui_login_directories|Directories]] (initial directories, directory cache) | + | |
- | * [[ui_login_recycle_bin|Recycle Bin]] | + | |
- | * [[ui_login_sftp|SFTP]] (SFTP protocol specific/compatibility options) | + | |
- | * [[ui_login_scp|SCP/Shell]] (shell and SCP protocol specific/compatibility options) | + | |
- | * [[ui_login_ftp|FTP]] (FTP protocol specific options) | + | |
- | * [[ui_login_connection|Connection]] (timeouts, keepalives) | + | |
- | * [[ui_login_proxy|Proxy]] (connection thru proxy server) | + | |
- | * [[ui_login_tunnel|Tunnel]] (connection thru SSH tunnel) | + | |
- | * [[ui_login_ssh|SSH]] (SSH protocol options and authentication) | + | |
- | * [[ui_login_kex|Key exchange]] (key exchange and reexchange options) | + | |
- | * [[ui_login_authentication|Authentication]] (advanced authentication options) | + | |
- | * [[ui_login_bugs|Bugs]] (detections of known bugs in SSH servers) | + | |
- | * [[ui_login_preferences|Preferences]] ([[ui_preferences|interface/behaviour configuration]]) | + | |
+ | Read more about [[ui_login|Login dialog]] and [[ui_login_advanced|Advanced Site Settings dialog]]. |