Differences
This shows you the differences between the selected revisions of the page.
| session_configuration 2020-05-05 | session_configuration 2026-06-02 (current) | ||
| Line 2: | Line 2: | ||
| To connect you first need to configure your session. | To connect you first need to configure your session. | ||
| - | When configuring a session, most often you set a //Protocol//, //Host name// and //User name//. | + | When configuring a session, most often you set a //Protocol//, //Hostname// and //Username//. |
| Session is usually configured on a [[ui_login|Login dialog]]. | Session is usually configured on a [[ui_login|Login dialog]]. | ||
| Line 19: | Line 19: | ||
| ==== [[password]] Password Storing ==== | ==== [[password]] Password Storing ==== | ||
| You can [[security_credentials#storing_password|store a password]] as part of the site. | You can [[security_credentials#storing_password|store a password]] as part of the site. | ||
| - | Formatos hostkey: ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521 | ||
| - | Principais protocolos de troca: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, rsa1024-sha1, rsa2048-sha2566 | ||
| ===== [[default]] Default Session Configuration ===== | ===== [[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. | 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]].// | ||