search for: hpn12v17

Displaying 5 results from an estimated 5 matches for "hpn12v17".

2008 Jun 15
3
[Bug 1478] New: ssh -V sends output to stderr instead of stdout
...x --- OpenSSH_4.7, OpenSSL 0.9.7j 04 May 2006 1 x $ ssh -V >x ;echo ---;cat x;wc -l x OpenSSH_4.7, OpenSSL 0.9.7j 04 May 2006 --- 0 x Linux 2.6.21.3 #5 SMP Thu Feb 14 14:55:36 EST 2008 i686 GNU/Linux $ ssh -V >x 2>&1 ;echo ---;cat x;wc -l x --- OpenSSH_4.6p1-hpn12v17, OpenSSL 0.9.7d 17 Mar 2004 1 x $ ssh -V > x ; echo --- ; cat x ; wc -l x OpenSSH_4.6p1-hpn12v17, OpenSSL 0.9.7d 17 Mar 2004 --- 0 x OpenBSD 4.3 GENERIC#698 i386 $ ssh -V >x 2>&1 ;echo ---;cat x;wc -l x --- OpenSSH_4.8, OpenSSL 0.9.7j 04 May 2006 1 x -- Configure bu...
2008 Jun 15
7
[Bug 1477] New: ssh-keygen not reading stdin as expected
...y", I would expect the output from ssh-keyscan to be read into ssh-keygen in the above example and the fingerprint produced as output. Doing it in two steps works: $ ssh-keyscan -t rsa login.itd.umich.edu >/tmp/x; \ ssh-keygen -l -f /tmp/x # login.itd.umich.edu SSH-1.99-OpenSSH_4.6p1-hpn12v17 1024 10:4a:ec:d2:f1:38:f7:ea:0a:a0:0f:17:57:ea:a6:16 login.itd.umich.edu Option -f filename, Filename of the key file, seems to be the right option and '-' is the usual way of indicating stdin. FWIW trying to used /dev/stdin directly also gives an error $ ssh-keyscan login.itd.umich.edu...
2007 Aug 14
2
OpenSSH public key problem with Solaris 10 and LDAP users?
...ring fd = 11 config len 198 debug3: ssh_msg_send: type 0 debug3: send_rexec_state: done debug1: rexec start in 6 out 6 newsock 6 pipe -1 sock 11 debug1: inetd sockets after dupping: 4, 4 Connection from 10.0.3.115 port 57348 debug1: Client protocol version 2.0; client software version OpenSSH_4.6p1-hpn12v17 debug1: match: OpenSSH_4.6p1-hpn12v17 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.5 debug2: fd 4 setting O_NONBLOCK debug2: Network child is on pid 17491 debug3: preauth child monitor started debug3: mm_request_receive entering de...
2008 Mar 15
1
ssh/sshd hang after "debug2: channel 0: open confirm rwindow 0 rmax 32768"
Dear openssh developers, Sorry to bother you with this, but I am stumped! ssh client version: OpenSSH_3.9p1 NCSA_GSSAPI_3.5 GSI, OpenSSL 0.9.7d 17 Mar 2004 sshd server version: OpenSSH_4.6p1-hpn12v17 NCSA_GSSAPI_GPT_4.0 GSI, OpenSSL 0.9.7d 17 Mar 2004 The client/server interaction hangs just at the very end, after authentication is complete. Here are a few lines of ssh -v -v -v output: ------------------------------------------------------------ ... debug3: tty_make_modes: 90 1 debug3: tty_...
2007 Oct 24
12
[Bug 1383] New: Tons of "rcvd too much data win" messages since upgrading to 4.7p1
https://bugzilla.mindrot.org/show_bug.cgi?id=1383 Summary: Tons of "rcvd too much data win" messages since upgrading to 4.7p1 Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2