search for: 0x0090581f

Displaying 20 results from an estimated 65 matches for "0x0090581f".

2000 Dec 05
1
SSH_BUG_SIGBLOB?
Here are the details of my connection attempt: my computer: [jgrady at blarg jgrady]$ ssh -V SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). university server: bash$ ssh -V ssh: SSH Secure Shell 2.3.0 (non-commercial version) on mips-sgi-irix6.5 and the verbose output of my connection attempt: [jgrady at blarg jgrady]$ ssh -v xxxxxx.xxx.xxx.xxx SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f)....
2001 Apr 05
0
portable OpenSSH bugs.
...This bug has occurred under OS X in 2.3.0p1, 2.5.1p2, & 2.5.2p2, but doesn't happen every time. I see the problem most often ssh'ing to bigw.org, which is a 20 MHz microSparc: boris:~/src=> ssh -v bigw.org # see ssh fail OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Seeded RNG with 28 bytes from programs debug1: Seeded RNG with 3 bytes from system calls debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 1001 geteuid 1001 anon 1 debug1: Trying again... debug1: Trying again... debug1: Trying again.....
2002 Jun 11
2
ssh hang on wrong port - is it a bug ?
...d. I expect the ssh program to report invalid server msg and exit. Is this a bug or known behaviour ??? I have attached the -v -v -v output. Thanks, Hari [hari at linux ssh]$ /usr/bin/ssh -v -v -v -p 23 hari at 192.168.0.3 SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Applying options for * debug: Seeding random number generator de...
2000 Dec 08
6
opensshd 2.3.0 (oBSD 2.8) ignores ME!
I have a problem I can not identify. Two firewalls with OpenBSD 2.8 sshd version OpenSSH_2.3.0 I do a ssh root at 195.84.181.91 -v SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to 195.84.181.91 [195.84.181.91] port 22. debug: Allocated local port 638. debug: connect: Connection timed out debug: Trying again... ... and on the Server side a tcpdump -ni rl0...
2001 Feb 23
2
OpenSSH_2.5.1p1 - RH 6.2
A non-text attachment was scrubbed... Name: not available Type: application/pgp Size: 5310 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010223/42964bfc/attachment-0001.bin
2001 Mar 25
1
'scp' returns incorrect exit code (OpenSSH_2.5.2p2)
...n 0 'ssh' will however return a non zero exit code in a similar situation. bash-2.03$ ssh nonexistent at no.such.domain date; echo $? ssh: no.such.domain: Name or service not known 255 This behaviour was noticed with bash-2.03$ ssh -V OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f on a linux x86 box Keep up the good work guys. (And let Mr. Ylonen alone in his grief for his lost ssh-trademark case).
2001 Aug 22
1
open-ssh error...
...ve this error: ssh_exchange_identification error what does it mean? and can you help me also on what openssh-agent that i need on my window machine to remote login my linux server? thanx. -----result---- SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to 172.30.1.41 [172.30.1.41] port 22. debug: Allocated local port 1023. debug: Connection established. ssh_ex...
2001 Aug 23
1
ssh_identification error
...st. i'm using secureCRT3.3 on my window machine to login to my server. is there anything that i need to configure on my sshd_config? i'm currently using the default config. edwin -----result---- SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to 172.30.1.41 [172.30.1.41] port 22. debug: Allocated local port 1023. debug: Connection established. ssh_ex...
2002 May 28
1
'Corrupted check bytes on input' when connecting to 1.2.30 server
Hello, I get this error when trying to connect to an ancient server from the 3.2.3p1 client on Linux 2.2 (OpenSSL 0.9.5): [root at XXX openssh-3.2.3p1]# /usr/local/bin/ssh -vv LOGIN_STRIPPED at decef.elf.stuba.sk OpenSSH_3.2.3p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 0 geteuid 0 anon 1 debug1: Connecting to decef.elf.stuba.sk [147.175.111.11] port 22. d...
2001 Mar 27
0
openssh stack corruption in arc4random_stir () on OS X
...ed with 0.9.6. I've tried both the openssl that ships with OS X and one compiled by me from source.) (I've also tried openssh-2.5.2p1.) I then try to use it: [localhost:local/src/openssh-2.5.2p1] root# ./ssh -v -v -c idea -l cmason crisp OpenSSH_2.5.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f Unknown cipher type 'idea' [localhost:local/src/openssh-2.5.2p1] root# ./ssh -v -v -c 3des -l cmason crisp OpenSSH_2.5.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug2: Command 'netstat -in' timed out debug2: Command 'netstat -rn' timed out debug1: Seeded RNG with 30 b...
2000 May 12
2
Error: Permission denied, please try again.
...hout errors but when I try to log in I get the above error - any advice? I've poked through the FAQ and man pages with no luck. Thanks for any and all replies, Mike [root at ghana openssh-2.1.0]# ssh -v -l mweaver ghana SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /usr/local/etc/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to ghana port 22. debug: Seeding random number generator debug: Allocated local port 949. debug: Connect...
2000 Jul 27
1
Permission Denied
...enied error? It seems to be failing on the "Doing passwd authentication" phase after the "Received encrypted confirmation" phase. I have included the output of ssh -v. Thanks, David # ssh -v hostname SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /usr/local/etc/ssh_config debug: Applying options for * debug: Command 'arp -a -n' timed out debug: Command 'ipcs -a' timed out debug: Seeded RNG with 34 bytes from programs debug: Seeded RNG with 3 bytes from system calls debug: ssh_connect: getu...
2001 Feb 12
1
OpenSSH 2.3.0p1 bug with SCO UnixWare 7.1.0
...lso when using the SSH2 protocol to connect to a UnixWare 7.1.0 machine the connection hang after sending the password. See attached client side report. -------------- next part -------------- goldorak:~> ssh -2 -v applab02 SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Applying options for * debug: ssh_connect: getuid 475 geteuid 0 anon 0 debug: Connecting to APPLAB02 [142.120.93.251] port 22. debug: Seeding random number generator debug: Allocated local port 744. debug: Connection established. debug:...
2001 May 04
1
ssh_exchange_identification
...on the net but all I can find is that you mush put "ssd:all" in the hosts.allow in the etc directory. OpenBSD does not have a hosts.allow or a hosts.deny in the etc directory. I ran ssh -v localhost and this is what I got... # ssh -v localhost OpenSSH_2.9, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Reading configuration data /etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 0 geteuid 0 anon 1 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: temporarily_use_uid: 0/0 (e=0) debug1: res...
2001 Mar 06
1
Segfaults with ssh from Red Hat 6.2 openssh-clients-2.5.1p2-1.i386.rpm
...cting to localhost on the Red Hat 6.2 box. Is this a known problem with the ssh-clients RPM for 2.5.1p2? I can provide core dumps if anyone is interested. Richard ------ # openssh -v -v -v server.example.com # running Solaris 7, OpenSSH 2.3.0p1 OpenSSH_2.5.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to server.example.com [192.168.8.223] port 22. debug: Seeding random number generator debug: Allocated local port 678. debug: Connection established. debug: identity file /root/.ssh...
2001 Jul 04
1
OpenSSH 2 - can't get pubkeys to authenticate
The System: RedHat 7.0 OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f Client: PuTTY The Problem: I've installed the newest version of OpenSSH on RedHat 7.0 and can get most things to work, except when I want to use Public Keys with version 2.0. If I use straight password authentication, I can get PuTTY to connect using either SSH 1 or SSH 2. If I RSA authent...
2001 May 24
0
occasional ssh hang
...have noticed this problem with both 2.5.2p2 and 2.9p1. Below is ssh -v output from a successful run, and a run where ssh hangs. Both are done with protocol version 2. ssh -2 -x -T -n -v -o 'BatchMode yes' -l vserv 147.101.224.39 Successful: OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 0 geteuid 0 anon 1 debug1: Connecting to 147.10...
2001 Feb 18
1
OpenSSH 2.3.0p1 protocol 2 problem with AIX
...ut shouldn't the error message be a little more specific? Short version: $ ssh ibmsp e6 13 54 23 89 c2 61 07 df 51 1d 1b 17 d3 3e 8f Disconnecting: Bad packet length -434940893. Longer version: $ ssh -v -v -v ibmsp SSH Version OpenSSH_2.5.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /home/psavola/.ssh/config debug: Reading configuration data /etc/ssh/ssh_config debug: cipher ok: rijndael128-cbc [rijndael128-cbc,aes128-cbc,arcfour,blowfish-cbc] debug: cipher ok: aes128-cbc [rijndael128-cbc,aes128-cbc,arcfour,blowfish-cbc] debug: cipher ok: ar...
2001 Feb 21
1
further problems with OpenSSH 2.5.1p1 on RH 6.2
...entity.pub files to do it automagically, and all works well when it's from user to user, where the username is the same, but if I do something like this : root at solarisbox: ssh -l blah linuxbox I'm seeing this : ssh -1 -v -l blah linuxbox OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug: Reading configuration data /opt/local/etc/ssh_config debug: Applying options for * debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to linuxbox [1.2.3.4] port 22. debug: Seeding random number generator debug: Allocated local port 635. debug: Connection established. debug: iden...
2001 Mar 21
1
Disconnecting: Bad packet length 2056273721.
...nSSH-2.5.2.p1 client is used to an OpenSSH-2.5.1p2 server on RHL6.2. Here is the result of the faulty (non)connection with full debugging. Presently I don't have root access to the server machine. [dunlap at tesla dunlap]$ ssh -v -v -v -2 kraken OpenSSH_2.5.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 101 geteuid 0 anon 1 debug1: Connecting to kraken [128.95.97.25] port 22. debug1: Connection established. debug1: identity file /home/dunlap/.ssh/identit...