We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e1c26b + f520b68 commit 0daa2caCopy full SHA for 0daa2ca
src/protocols/telnet/telnet.c
@@ -53,6 +53,7 @@ static const telnet_telopt_t __telnet_options[] = {
53
{ TELNET_TELOPT_MSSP, TELNET_WONT, TELNET_DO },
54
{ TELNET_TELOPT_NAWS, TELNET_WILL, TELNET_DONT },
55
{ TELNET_TELOPT_NEW_ENVIRON, TELNET_WILL, TELNET_DONT },
56
+ { TELNET_TELOPT_SGA, TELNET_WILL, TELNET_DO },
57
{ -1, 0, 0 }
58
};
59
0 commit comments