Launchpad has imported 14 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=484459.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2009-02-06T22:27:00+00:00 John wrote: Description of problem: Some rawhide update today broke ssh, but I can't work out what! I tried backing down openssh to an earlier release, but that didn't fix it. Reporting against openssh anyway. As a regular user, ssh fails with: buffer_get_ret: trying to get more bytes 4 than in buffer 0 buffer_get_int: buffer error (Really helpful error message, NOT! Try googling for: "buffer_get_ret: trying to get more bytes 4 than in buffer 0" to see how common it is!) As root, ssh to the same target works. Version-Release number of selected component (if applicable): openssh-5.1p1-6.fc11.x86_64 How reproducible: 100% Steps to Reproduce: 1.ssh -vvv bock 2. 3. Actual results: ... debug1: Host 'bock' is known and matches the RSA host key. debug1: Found key in /home/ellson/.ssh/known_hosts:57 debug2: bits set: 514/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received buffer_get_ret: trying to get more bytes 4 than in buffer 0 buffer_get_int: buffer error Expected results: 1. Working ssh. 2. Greatly improved errors messages! Additional info: Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/0 ------------------------------------------------------------------------ On 2009-02-06T22:51:00+00:00 John wrote: The problem seems to be caused by my id_dsa key ??? Removing that and the id_rsa key works fine. I use that dsa key in a lot of places, so I don't want to remove it permanently. Whats going on? A working rsa public key: debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/ellson/.ssh/id_rsa (0x2880550) debug3: input_userauth_banner Same site, with the id_dsa & id_dsa.pub restored into .ssh/ debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received buffer_get_ret: trying to get more bytes 4 than in buffer 0 buffer_get_int: buffer error Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/1 ------------------------------------------------------------------------ On 2009-02-09T11:18:43+00:00 Tomas wrote: What have you upgraded - client or server? What is the openssh version on the other end? What happens if you do 'unset SSH_AUTH_SOCK' before running the ssh client? Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/2 ------------------------------------------------------------------------ On 2009-02-09T12:22:23+00:00 Tomáš wrote: Same here, today's rawhide, cannot connect from client to server. client: openssh-5.1p1-6.fc11.x86_64 openssl-0.9.8j-7.fc11.x86_64 glibc-2.9.90-3.x86_64 gcc-4.4.0-0.16.x86_64 server: openssh-5.1p1-6.fc11.i386 openssl-0.9.8j-6.fc11.i686 glibc-2.9.90-3.i686 gcc-4.3.2-7.i386 Removing ~/.ssh/known_hosts didn't help. Unsetting SSH_AUTH_SOCK helped. $ echo $SSH_AUTH_SOCK /tmp/keyring-c543Ad/socket.ssh So... this looks like gnome-keyring error :-/ Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/3 ------------------------------------------------------------------------ On 2009-02-09T12:29:05+00:00 Tomas wrote: Yes, if unsetting SSH_AUTH_SOCK helps and it points to gnome-keyring and not regular ssh_agent it is gnome-keyring bug. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/4 ------------------------------------------------------------------------ On 2009-02-09T18:07:58+00:00 John wrote: Using ssh from a ssh login session, without a desktop and with no SSH_AUTH_SOCK set, works ok. When I get back home tonight I'll see if SSH_AUTH_SOCK is set and if unsetting it helps me, but that seems likely based on Comment #4. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/5 ------------------------------------------------------------------------ On 2009-02-09T18:10:38+00:00 John wrote: Oh yes, only my client was updated to fc11 rpms. The servers are all fc10 or less. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/6 ------------------------------------------------------------------------ On 2009-02-09T22:52:51+00:00 John wrote: Confirming "unset SSH_AUTH_SOCK" fixes the issue for me too. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/7 ------------------------------------------------------------------------ On 2009-02-14T00:28:44+00:00 Matthias wrote: What version of gnome-keyring ? What arch ? Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/18 ------------------------------------------------------------------------ On 2009-02-14T01:47:45+00:00 John wrote: gnome-keyring-2.25.90-4.fc11 x86_64 I can't reproduce this bug on a similarly equipped i386 box. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/19 ------------------------------------------------------------------------ On 2009-02-14T01:57:27+00:00 John wrote: Reverting to gnome-keyring-2.25.5-1.fc11.x86_64 make ssh work again, although it gives an error message: ellson@ontap:Desktop> ssh penguin Error reading response length from authentication socket. Last login: Fri Feb 13 20:43:53 2009 from ontap.ellson.com ellson@penguin:~> Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/20 ------------------------------------------------------------------------ On 2009-02-15T01:14:43+00:00 Matthias wrote: Can you retry with 2.25.91 ? It contains some more 64bit fixes. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/21 ------------------------------------------------------------------------ On 2009-02-15T12:46:19+00:00 John wrote: Everything seems to work with gnome-keyring-2.25.91-1.fc11.x86_64 Thanks Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/22 ------------------------------------------------------------------------ On 2009-06-16T05:57:33+00:00 Einer wrote: Hey Guys, the bug is back in version gnome-keyring-2.26.1-1.fc11.x86_64 Symptoms/process same as above postings. Fedora 11 x86_64 Einer Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome- keyring/+bug/328277/comments/26 ** Changed in: gnome-keyring (Fedora) Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/328277 Title: can not login using ssh anymore To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/328277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs