similar to: Failure to connect to mpSSH Server

Displaying 15 results from an estimated 15 matches similar to: "Failure to connect to mpSSH Server"

2006 Jul 26
0
[Bug 1213] ssh-keyscan exits in mid-way
http://bugzilla.mindrot.org/show_bug.cgi?id=1213 Summary: ssh-keyscan exits in mid-way Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: tryponraj at
2011 May 18
1
Problem SSHing to HP ILO SSH-2.0-mpSSH_0.1.0 with 5.8p1
Hi everyone, We are recently seeing a problem with OpenSSH 5.8p1 and SSH to ILO cards running SSH-2.0-mpSSH_0.1.0. This has previously worked with OpenSSH 5.5p1 (last known version for us to work). ssh ilohost -vvv gives the following on 5.8p1: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Applying options for *.* debug2: ssh_connect: needpriv 0
2013 May 07
2
SSH key exchange algorithm negotiation payload growth
Howdy- TL;DR An SSH daemon for a memory-constrained embedded platform didn't work with a recent OpenSSH client because it couldn't handle the payload size during key exchange. In general, what should SSH implementors in such limited environments do to ensure forwards compatibility with future OpenSSH releases? I am unable to SSH to any of my HP servers' iLO2 interfaces using
2008 Apr 24
0
R for HP Integrity Superdome...
Hi, We just installed a HP Integrity Superdome (an Itanium-based SMP machine with 64 cores + 128 GB memory, running Red Hat AS 4 update 6) at our National Center for High Performance Computing. I would like to run R on it and use the hardware optimally. What is the best way? Is there a parallel (openMP ?) version of R. Or can one 'make it' using (if available) optimized parallel
2004 Jun 17
2
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Proces s Software SSH for OpenVMS
I have found that this server, <snip> debug1: Remote protocol version 1.99, remote software version 3.1.0 F-SECURE SSH - Process Software SSH for OpenVMS debug1: no match: 3.1.0 F-SECURE SSH - Process Software SSH for OpenVMS </snip> does not follow the IETF secsh draft [1] related to the SSH_MSG_USERAUTH_PASSWD_CHANGEREQ message. <snip> ... Normally, the server responds
2003 Oct 08
0
(no subject)
Good afternoon, We currently have R installed on our HP Superdome. However, we are getting ready to migrate from RISC to Itanium 2 chips running HP-UX (not Linux). Does the latest version of R run on HP-UX Itanium 2? Any information would be greatly appreciated. Michael ___________________________________________ R. Michael Sheetz, PhD High Performance Computing Group 326 A McVey Hall
2010 Jul 01
1
HP R3000 XR (BCMXCP) serial connection problem: e7!!! and e2!!!
UPS: HP R3000 XR with HP UPS Management Module What I Want: I just want the UPS to shut down the client called "tor" before the UPS power drains out, I'd prefer to use a direct serial cable instead of network, in case the network doesn't work. I'll manage the UPS trough the ethernet using the built-in HTTP webinterface in the HP UPS Management Module. I've created a
2004 Jan 07
0
anouncing getent passwd database as domain users without winbind?
Hi, does anyone know if it is possible to implement a samba-Setup using Domain users without the use of Winbind? If've the following environment: - Ldap-Server with every Userinformation (Single Point of Administration) - Group and User (also the Mappings and the Passwords) are replicated into the ADS Domain - The ADS is needed to get group Policies working. - The fileserver is Linux with
2009 Apr 03
10
btrfs for enterprise raid arrays
Dear all, While going through the archived mailing list and crawling along the wiki I didn''t find any clues if there would be any optimizations in Btrfs to make efficient use of functions and features that today exist on enterprise class storage arrays. One exception to that was the ssd option which I think can make a improvement on read and write IO''s however when attached to
2010 Jun 24
1
HOWTO - Install HP PSP On CentOS 5
As I was working today I kept notes on my adventures in installing the HP Proliant Support Pack software on my server running CentOS 5.5. It's a rough guide but I have posted it up in the HP Support forums in the hopes that it will help others who take on this task. http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1436465 I have also submitted a request to add a wiki
2010 Jun 24
1
Wiki Page Proposal
Username: BrandonWood Subject: HOW-TO Install the HP Proliant Support Pack (PSP) on CentOS 5 Location: In the HowTos section, under either a new section titled 'Server', the 'Non CentOS Applications' or the 'Misc' section Today as I was installing and configuring the HP PSP packages on CentOS I kept notes and tried format them as a general guide. I'll be the first
2017 Mar 02
61
[Bug 2687] New: Coverity scan fixes
https://bugzilla.mindrot.org/show_bug.cgi?id=2687 Bug ID: 2687 Summary: Coverity scan fixes Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org
2006 Aug 03
1
Maximum count of qdiscs
Hi, Fedora 4, 2.6.15.6 What is the maximum count of qdiscs attached to one dev ? It seems, that only 2048 qdiscs can be attached. Is this correct ? If I try to attache more qdiscs, it complains that file already exists and error talking to kernel. How to increase this count ? Thank You vitula _______________________________________________ LARTC mailing list
2006 Oct 25
1
Cross-compilation
Hi everyone, I am trying to cross-compile a package I wrote using the Yan and Rossini tutorial "Building Microsoft Windows versions of R and R packages using Intel Linux". I have got reasonably far with this but when doing the linking using the line: i586-mingw32-g++ -shared -s -o mylibrary.dll mylibrary.def mylibrary.o mylibrary_res.o
2006 Oct 27
1
Overloading functions
Hi Everyone I have a function f which does something using a function g. Function f is in a library and g has a default stub in the library but will be mainly overloaded in a later R script. For example: ########## In a compiled package 'P' ################# g <- function() { cat("Original function g"); } f <- function( newGsource=NULL ) { if(