rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2021-01-01 | 2021-02-05 | ||
pingtype anchor (martin) | 5.18.1 Switch-like raw session settings can be configured using on/off/auto keywords (martin) | ||
Line 39: | Line 39: | ||
| ''RekeyBytes'' | [[ui_login_kex|Max data before rekey]] | | | | ''RekeyBytes'' | [[ui_login_kex|Max data before rekey]] | | | ||
| ''AuthKI'' | [[ui_login_authentication#gssapi|Attempt keyboard-interactive authentication]] | ''0'' = Disabled, ''1'' = Enabled | | | ''AuthKI'' | [[ui_login_authentication#gssapi|Attempt keyboard-interactive authentication]] | ''0'' = Disabled, ''1'' = Enabled | | ||
- | | ''AuthGSSAPI'' | [[ui_login_authentication#gssapi|Attempt GSSAPI authentication]] | ''0'' = Disabled, ''1'' = Enabled | | + | | ''==AuthGSSAPI=='' | [[ui_login_authentication#gssapi|Attempt GSSAPI authentication]] | ''0'' = Disabled, ''1'' = Enabled | |
| ''TryAgent'' | [[ui_login_authentication|Attempt Authentication Using Pageant]] | ''0'' = Disabled, ''1'' = Enabled | | | ''TryAgent'' | [[ui_login_authentication|Attempt Authentication Using Pageant]] | ''0'' = Disabled, ''1'' = Enabled | | ||
| ''==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 | | | ||
Line 88: | Line 88: | ||
</code> | </code> | ||
+ | ===== [[keywords]] Keywords ===== | ||
+ | |||
+ | For boolean settings that have values ''0'' for //Off// and ''1'' for //On// (like [[#authgssapi|''AuthGSSAPI'']]), you can use ''off'' and ''on'' keywords instead. | ||
+ | |||
+ | For settings that have values ''0'' for //Off//, ''1'' for //On// and ''2'' for //Auto// (like [[#ftpusemlsd|''FtpUseMlsd'']]), you can use ''off''/''on''/''auto'' keywords instead. | ||
+ | |||
+ | &beta_feature |