Differences
This shows you the differences between the selected revisions of the page.
session_configuration 2011-05-23 | session_configuration 2023-12-19 (current) | ||
Line 1: | Line 1: | ||
- | ~~NOINDEX~~ | ||
====== Session Configuration ====== | ====== Session Configuration ====== | ||
- | To connect you first need to configure your session. Session is configured on a //[[ui_login|Login dialog]]//. Most often you will set a //Host name//, //User name// and //Protocol//. | + | To connect you first need to configure your session. |
+ | |||
+ | When configuring a session, most often you set a //Protocol//, //Host name// and //User name//. | ||
+ | |||
+ | Session is usually configured on a [[ui_login|Login dialog]]. | ||
+ | |||
+ | In [[scripting]] session is configured using [[session_url|session URL]] and some additional switches of ''[[scriptcommand_open|open]]'' command. On [[commandline|command-line]] you can also use session URL and some additional switches. | ||
+ | |||
+ | ===== [[site]] Sites ===== | ||
+ | Although you can configure a session manually every time you connect, more convenient is to store your frequently used session configurations into a [[ui_login|site list]]. | ||
+ | |||
+ | To store session configuration use //Save button// on the [[ui_login|Login dialog]]. The [[ui_login_save|Save session as Site]] dialog will appear. | ||
+ | |||
+ | Note that even when you have already logged in, you can still [[task_connections#saving|store the opened session]]. | ||
+ | |||
+ | System administrators can create [[administration#special_session|site that cannot be modified nor deleted]]. | ||
+ | |||
+ | ==== [[password]] Password Storing ==== | ||
+ | You can [[security_credentials#storing_password|store a password]] as part of the site. | ||
+ | |||
+ | ===== [[default]] Default Session Configuration ===== | ||
+ | New session configurations (both in GUI and scripting) start with default configuration. Particularly with default [[sftp|SFTP protocol]]. The built-in defaults can be changed using //[[ui_login#defaults|Manage > Set Defaults]]// command on Login dialog. | ||
+ | |||
+ | //Change of the defaults do not affect the already stored sites. You can [[commandline#batchsettings|mass-modify stored sites from command-line]].// |