Skip to content
Snippets Groups Projects
Commit 5e606a96 authored by Matt Johnston's avatar Matt Johnston
Browse files

increae MAX_STRING_LEN for sun ssh

parent d8803443
Branches
Tags
No related merge requests found
...@@ -153,8 +153,7 @@ ...@@ -153,8 +153,7 @@
#define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11
connection, so can't be _too_ small */ connection, so can't be _too_ small */
#define MAX_STRING_LEN 1400 /* ~= MAX_PROPOSED_ALGO * MAX_NAME_LEN, also #define MAX_STRING_LEN 2400 /* Sun SSH needs this long for algos */
is the max length for a password etc */
/* For a 4096 bit DSS key, empirically determined */ /* For a 4096 bit DSS key, empirically determined */
#define MAX_PUBKEY_SIZE 1700 #define MAX_PUBKEY_SIZE 1700
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment