Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Jason Nett
Upon a fresh install of Ubuntu 11.10, I still have problems with ssh. After studying it all day, I believe that the problem has something to do with ssh not being able to communicate a valid kerberos ticket via gssapi-with-mic. The problem area of the verbose output looks like:

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Clint Byrum
Excerpts from Jason Nett's message of Sun Oct 16 06:46:07 UTC 2011: Upon a fresh install of Ubuntu 11.10, I still have problems with ssh. After studying it all day, I believe that the problem has something to do with ssh not being able to communicate a valid kerberos ticket via

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Jason Nett
Hi Clint Yes, I had checked this and the ticket itself appeared fine to me: jason@jason:~$ klist Ticket cache: FILE:/tmp/krb5cc_1000 Default principal: jnett80@ORG.COM Valid starting ExpiresService principal 10/16/11 08:19:12 10/17/11 10:18:56 krbtgt/ORG.COM@ORG.COM renew

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-15 Thread Jason Nett
Sorry, you're absolutely right: I did a rush job and forgot to edit it. I also didn't realize that it was posted to a webpage. Is it possible for you to delete the post at: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/874518 ? I'm going to attempt a fresh install of 11.10 rather

[Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-14 Thread Clint Byrum
Hi Jason, thanks for taking the time to file a bug report, and I'm sorry you're having trouble. The sshd -ddd needs to be run as root to be able to listen on port 22. Also, an output from your laptop of ssh -vv your.desktop.address Will help to debug this issue. ** Changed in: openssh

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-14 Thread Jason Nett
Hi Clint, Thanks for getting back to me. Using ifconfig, my laptop's inet addr is 127.0.0.1 and ssh -vv 127.0.0.1 yields: jason:~$ ssh -vv 127.0.0.1 OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for *

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-14 Thread Jason Nett
Hi Clint, I think I figures something out: If I do a ssh -vv jnet...@fcdflnx3.fnal.gov (the computer I'm trying to log into), towards the end of the output I get: Jason Nett11:06:38 PM debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,keyboard-interactive