mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Remove support for SSHv1 Cipher variable.
This commit is contained in:
@@ -35,7 +35,6 @@ enum ssh_config_opcode_e {
|
|||||||
SOC_PORT,
|
SOC_PORT,
|
||||||
SOC_USERNAME,
|
SOC_USERNAME,
|
||||||
SOC_IDENTITY,
|
SOC_IDENTITY,
|
||||||
SOC_CIPHER,
|
|
||||||
SOC_CIPHERS,
|
SOC_CIPHERS,
|
||||||
SOC_COMPRESSION,
|
SOC_COMPRESSION,
|
||||||
SOC_TIMEOUT,
|
SOC_TIMEOUT,
|
||||||
@@ -53,7 +52,6 @@ static struct ssh_config_keyword_table_s ssh_config_keyword_table[] = {
|
|||||||
{ "port", SOC_PORT },
|
{ "port", SOC_PORT },
|
||||||
{ "user", SOC_USERNAME },
|
{ "user", SOC_USERNAME },
|
||||||
{ "identityfile", SOC_IDENTITY },
|
{ "identityfile", SOC_IDENTITY },
|
||||||
{ "cipher", SOC_CIPHER },
|
|
||||||
{ "ciphers", SOC_CIPHERS },
|
{ "ciphers", SOC_CIPHERS },
|
||||||
{ "compression", SOC_COMPRESSION },
|
{ "compression", SOC_COMPRESSION },
|
||||||
{ "connecttimeout", SOC_TIMEOUT },
|
{ "connecttimeout", SOC_TIMEOUT },
|
||||||
|
|||||||
Reference in New Issue
Block a user