Differences
This shows you the differences between the selected revisions of the page.
| 2025-10-02 | 2026-06-02 (current) | ||
| no need for explicit mention of keywords (martin) | 6.6.2 Using “username” and “hostname” as one word (martin) | ||
| Line 9: | Line 9: | ||
| ===== [[remarks]] Remarks ===== | ===== [[remarks]] Remarks ===== | ||
| - | Establishes connection to given host. Use [[session_url|session URL]] or name of the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax “folder/site”. Using session URL is preferred as it makes your script [[scripting#configuration|independent on the persisted configuration]]. With session %%URL%%, you typically specify a protocol, host name, username and password, optionally also a port number and SSH host key fingerprint. | + | Establishes connection to given host. Use [[session_url|session URL]] or name of the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax “folder/site”. Using session URL is preferred as it makes your script [[scripting#configuration|independent on the persisted configuration]]. With session %%URL%%, you typically specify a protocol, hostname, username and password, optionally also a port number and SSH host key fingerprint. |
| You can use //[[ui_generateurl|Generate Session URL/Code]]// command to generate the ''open'' command for a given stored site. | You can use //[[ui_generateurl|Generate Session URL/Code]]// command to generate the ''open'' command for a given stored site. | ||