Differences
This shows you the differences between the selected revisions of the page.
2005-01-17 | 2005-01-17 | ||
created (martin) | cite putty (martin) | ||
Line 3: | Line 3: | ||
===== Protocol Options ===== | ===== Protocol Options ===== | ||
- | The //Enable compression// checkbox enables [[ssh#compression|data compression]] in the SSH connection: data sent by the server is compressed before sending, and decompressed at the client end.· | + | The //Enable compression// checkbox enables [[ssh#compression|data compression]] in the SSH connection: data sent by the server is compressed before sending, and decompressed at the client end. |
- | The //Preferred SSH protocol version// selection allows you to select whether you would like to use SSH protocol version 1 or version 2. WinSCP will attempt to use protocol 1 if the server you connect to does not offer protocol 2, and vice versa. If you select //1 only// or //2 only// here, WinSCP will only connect if the server you connect to offers the SSH protocol version you have specified. | + | The //Preferred SSH protocol version// selection allows you to select whether you would like to use SSH protocol version 1 or version 2. WinSCP will attempt to use protocol 1 if the server you connect to does not offer protocol 2, and vice versa. If you select //1 only// or //2 only// here, WinSCP will only connect if the server you connect to offers the SSH protocol version you have specified. ((&puttydoccite)) |
===== Encryption Options ===== | ===== Encryption Options ===== | ||
Line 25: | Line 25: | ||
This warns you that the first available encryption is not a very secure one. Typically you would put the //warn below here// line between the encryptions you consider secure and the ones you consider substandard. By default, WinSCP supplies a preference order intended to reflect a reasonable preference in terms of security and speed. | This warns you that the first available encryption is not a very secure one. Typically you would put the //warn below here// line between the encryptions you consider secure and the ones you consider substandard. By default, WinSCP supplies a preference order intended to reflect a reasonable preference in terms of security and speed. | ||
- | In SSH2, the encryption algorithm is negotiated independently for each direction of the connection, although WinSCP does not support separate configuration of the preference orders. As a result you may get two warnings similar to the one above, possibly with different encryptions. | + | In SSH2, the encryption algorithm is negotiated independently for each direction of the connection, although WinSCP does not support separate configuration of the preference orders. As a result you may get two warnings similar to the one above, possibly with different encryptions. |
- | + | ||
- | Single-DES is not recommended in the SSH2 draft protocol standards, but one or two server implementations do support it. WinSCP can use single-DES to interoperate with these servers if you enable the //Enable legacy use of single-DES in SSH 2// option; by default this is disabled and WinSCP will stick to recommended ciphers. | + | |
+ | Single-DES is not recommended in the SSH2 draft protocol standards, but one or two server implementations do support it. WinSCP can use single-DES to interoperate with these servers if you enable the //Enable legacy use of single-DES in SSH 2// option; by default this is disabled and WinSCP will stick to recommended ciphers. ((&puttydoccite)) | ||