search for: libopenssh

Displaying 3 results from an estimated 3 matches for "libopenssh".

Did you mean: libopenssl
2016 Dec 19
2
config file line length limit
...he line was a comment or something else. it's just that the behavior stands out more for a comment line, which "should" be completely ignored. besides, there's not much reason for any other type of line to be that long, in the config file. i see basically the same problem in the libopenssh version of readconf.c. IMHO this is a bug. some might consider it to be a reasonable limit on the line length, but in that case it should be documented in ssh_config(5). and in either case, i think line[] should be declared using a symbolic constant for the length. or, get rid of the fixed-leng...
2002 May 18
3
OpenSSH library
Hi folks, I was thinking about the possibility of separating the OpenSSH transport and authentication functions from the terminal emulation functions, and making it available as a library for other applications to use for secure authenticated transport. My thinking is along the lines of: A whole bunch of applications have implemented "secure" versions of the transport protocol, using
2016 Dec 24
11
[Bug 2651] New: ssh prints bogus error message if config file has very long lines
...ad configuration option: ABCDEFG longline.config: terminating, 1 bad configuration options readconf.c uses a buffer of size 1024. one char is needed for the null terminator, another char is needed for the newline. thus the effective limit is 1022 (excluding newline). very similar code exists in libopenssh. it probably needs the fix too. -- You are receiving this mail because: You are watching the assignee of the bug.