Displaying 4 results from an estimated 4 matches for "fanniema".
Did you mean:
fanniemae
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
...sified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: gregory_shively at fanniemae.com
Created an attachment (id=1388)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1388)
Patch to close client_fd
I've currently looking at increasing the MAX_SESSIONS to increase the
number of slave ssh processes to be multiplex where I ran into the
default maximum filehandle limit...
2013 May 07
3
[Bug 2098] New: sftp doesn't handle '#' within filenames for transfer
...Product: Portable OpenSSH
Version: 5.8p2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: gregory_shively at fanniemae.com
Created attachment 2255
--> https://bugzilla.mindrot.org/attachment.cgi?id=2255&action=edit
Allow hash('#') character in filename patch.
Not sure if this is by design, but ran across some files being
transferred using sftp v4.5. When upgraded to v5.8 the filename is
truncate...
2006 Nov 30
0
OpenSSH make errors on OpenStep 4.2 ?
Good Day to You! THANKS for ALL your work on this project!
We appreciate any help you can give!
----We are attempting to install OpenSSH v4.3p2 on OpenStep 4.2 for Intel
-----our configure completes but when we run make we get:
labnx02:136# make
cc -g -O2 -Wall -Wpointer-arith -Wuninitialized -I. -I.
-I/usr/local/ssl/include -I/usr/local/include
-DSSHDIR=\"/usr/local/etc\"
2007 Dec 08
1
MAX_SESSIONS Increase Impact
I'm hoping this is the the right location for this question....
I've been working with some developers that are desiring to use the
multiplexing capabilities of OpenSSH, but have hit the default limit of
10. I've seen some discussions of increasing this default limit
previously and have noticed that some of the Linux distros have
increased the number to 64; I'm curious of the