Differences
This shows you the differences between the selected revisions of the page.
2005-01-06 | 2005-01-06 | ||
corrected link to ui_login_stored_sessions (martin) | subchapters (martin) | ||
Line 2: | Line 2: | ||
Session tab contains the most basic session options. | Session tab contains the most basic session options. | ||
+ | ===== Session ===== | ||
The //Host name// box is where you type the name, or the IP address, of the server you want to connect to. | The //Host name// box is where you type the name, or the IP address, of the server you want to connect to. | ||
- | The //Port number// box lets you specify which port number on the server to connect to. SSH protocol uses port number 22 by default. | + | Unless at least //Host name// and //Username// are filled a session cannot be opened (//Login// button is disabled). |
The //Username// box is where you type your account name on the server. | The //Username// box is where you type your account name on the server. | ||
+ | |||
+ | The //Port number// box lets you specify which port number on the server to connect to. SSH protocol uses port number 22 by default. | ||
The //Password// box is for the password associated with the account. You are adviced not fill it if you are going to save the session to [[ui_login_stored_sessions|stored session list]] (you will be promted with warning message if you attempt to). Also do not fill the password if you are going to use other [[ssh#authentication_in_ssh|authentication method]] (like public key). If you do not fill the password and other authentication methods fail (password has the lowest preference), you will be prompted for password then. | The //Password// box is for the password associated with the account. You are adviced not fill it if you are going to save the session to [[ui_login_stored_sessions|stored session list]] (you will be promted with warning message if you attempt to). Also do not fill the password if you are going to use other [[ssh#authentication_in_ssh|authentication method]] (like public key). If you do not fill the password and other authentication methods fail (password has the lowest preference), you will be prompted for password then. | ||
Line 14: | Line 17: | ||
The passphase cannot be entered in advance on Login dialog and thus it cannot be saved to [[ui_login_stored_sessions|stored session]]. If you need to login to server automatically without prompt, generate key without passphase. Use this method carefully and only under special circumstances. | The passphase cannot be entered in advance on Login dialog and thus it cannot be saved to [[ui_login_stored_sessions|stored session]]. If you need to login to server automatically without prompt, generate key without passphase. Use this method carefully and only under special circumstances. | ||
+ | ===== Protocol Group ===== | ||
The //Protocol// selection lets you choose [[protocols|transfer protocol]]. By default SFTP with SCP fallback is selected. With the option selected, WinSCP tries to find SFTP server and when it fails it initates SCP protocol. Note that when SFTP-only option is selected, WinSCP tries harder using non-standard methods to find the SFTP server. It is necessary to allow SFTP on SSH1 server (read [[requirements#sftp_requirements|SFTP requirements]] for more). Select SCP option if you do not want to use SFTP for some reason. | The //Protocol// selection lets you choose [[protocols|transfer protocol]]. By default SFTP with SCP fallback is selected. With the option selected, WinSCP tries to find SFTP server and when it fails it initates SCP protocol. Note that when SFTP-only option is selected, WinSCP tries harder using non-standard methods to find the SFTP server. It is necessary to allow SFTP on SSH1 server (read [[requirements#sftp_requirements|SFTP requirements]] for more). Select SCP option if you do not want to use SFTP for some reason. | ||
- | Unless at least //Host name// and //Username// are filled a session cannot be opened (//Login// button is disabled). |