rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| rawsettings 2026-02-03 | rawsettings 2026-06-02 (current) | ||
| Line 21: | Line 21: | ||
| | ''==EncryptKeyPlain=='' | [[ui_login_encryption|File encryption key]] | | | | ''==EncryptKeyPlain=='' | [[ui_login_encryption|File encryption key]] | | | ||
| | ''==ProxyMethod=='' | [[ui_login_proxy|Proxy type]] | ''0''/''None'', ''1''/''SOCKS4'', ''2''/''SOCKS5'', ''3''/''%%HTTP%%'', ''4''/''Telnet'' (SFTP/SCP protocols only), ''5''/''Cmd'' = Local (SFTP/SCP). For additional options with FTP protocol, see ''FtpProxyLogonType''. | | | ''==ProxyMethod=='' | [[ui_login_proxy|Proxy type]] | ''0''/''None'', ''1''/''SOCKS4'', ''2''/''SOCKS5'', ''3''/''%%HTTP%%'', ''4''/''Telnet'' (SFTP/SCP protocols only), ''5''/''Cmd'' = Local (SFTP/SCP). For additional options with FTP protocol, see ''FtpProxyLogonType''. | | ||
| - | | ''ProxyHost'' | Proxy host name | | | + | | ''ProxyHost'' | Proxy hostname | | |
| | ''ProxyPort'' | Proxy port number | | | | ''ProxyPort'' | Proxy port number | | | ||
| | ''ProxyUsername'' | [[ui_login_proxy#username_password|Proxy username]] | | | | ''ProxyUsername'' | [[ui_login_proxy#username_password|Proxy username]] | | | ||
| Line 39: | Line 39: | ||
| | ''AuthKI'' | [[ui_login_authentication#gssapi|Attempt keyboard-interactive authentication]] | ''off'', ''on'' | | | ''AuthKI'' | [[ui_login_authentication#gssapi|Attempt keyboard-interactive authentication]] | ''off'', ''on'' | | ||
| | ''==AuthGSSAPI=='' | [[ui_login_authentication#gssapi|Attempt GSSAPI authentication]] | ''off'', ''on'' | | | ''==AuthGSSAPI=='' | [[ui_login_authentication#gssapi|Attempt GSSAPI authentication]] | ''off'', ''on'' | | ||
| - | | ''TryAgent'' | [[ui_login_authentication|Attempt Authentication Using Pageant]] | ''off'', ''on'' | | + | | ''TryAgent'' | [[ui_login_authentication|Attempt authentication using agent]] | ''off'', ''on'' | |
| | ''==LogicalHostName=='' | Logical name of remote host/GSSAPI/SSPI/Kerberos Service principal name/Server realm | | | | ''==LogicalHostName=='' | Logical name of remote host/GSSAPI/SSPI/Kerberos Service principal name/Server realm | | | ||
| | ''==SourceAddress=='' | Source IPv4 address (network interface) of outgoing SSH connection | | | | ''==SourceAddress=='' | Source IPv4 address (network interface) of outgoing SSH connection | | | ||
| Line 50: | Line 50: | ||
| | ''==FtpAnyCodeForPwd=='' | Allow any 2xx response code to FTP ''PWD'' command | ''off'', ''on'' | | | ''==FtpAnyCodeForPwd=='' | Allow any 2xx response code to FTP ''PWD'' command | ''off'', ''on'' | | ||
| | ''==FtpWorkFromCwd=='' | Always change working directory before FTP commands. | ''on'', ''off'', ''auto'' (use on VMS servers) | | | ''==FtpWorkFromCwd=='' | Always change working directory before FTP commands. | ''on'', ''off'', ''auto'' (use on VMS servers) | | ||
| + | | ''==S3UrlStyle=='' | [[ui_login_s3|URL style]] | ''0'' = Virtual Host, ''1'' = Path | | ||
| | ''==S3CredentialsEnv=='' | [[ui_login#read_credentials|Credentials from AWS environment]] | ''off'', ''on'' | | | ''==S3CredentialsEnv=='' | [[ui_login#read_credentials|Credentials from AWS environment]] | ''off'', ''on'' | | ||
| | ''Tunnel'' | [[tunneling|Connection tunneling]] | ''off'', ''on'' | | | ''Tunnel'' | [[tunneling|Connection tunneling]] | ''off'', ''on'' | | ||
| - | | ''TunnelHostName'' | Tunnel host name | | | + | | ''TunnelHostName'' | Tunnel hostname | | |
| | ''TunnelPortNumber'' | Tunnel port number | | | | ''TunnelPortNumber'' | Tunnel port number | | | ||
| - | | ''TunnelUserName'' | Tunnel user name | | | + | | ''TunnelUserName'' | Tunnel username | | |
| | ''TunnelPasswordPlain'' | Tunnel password | | | | ''TunnelPasswordPlain'' | Tunnel password | | | ||
| | ''==TunnelHostKey=='' | Fingerprint of expected SSH tunnel host key | | | | ''==TunnelHostKey=='' | Fingerprint of expected SSH tunnel host key | | | ||
| Line 99: | Line 100: | ||
| </code> | </code> | ||
| - | ===== Numerical values ===== | + | ===== [[numerical]] Numerical values ===== |
| Boolean settings that have values ''off'' and ''on'' (like [[#authgssapi|''AuthGSSAPI'']]), historically also accept ''0'' and ''1'' numerical values respectively. | Boolean settings that have values ''off'' and ''on'' (like [[#authgssapi|''AuthGSSAPI'']]), historically also accept ''0'' and ''1'' numerical values respectively. | ||