I think there was a problem in the JAAS layer that i've fixed in my commits today. Feel free to svn up and try again. Note that the shell has changed a bit (they look like osgi:list instead of osgi/list). That's not the only change, but one of the most visible for the users.
2009/7/9 Juan José Vázquez Delgado <[email protected]>: > Hi, > > I´m getting an authentication error when I try to connect to Karaf via > ssh (karaf/karaf). The stacktrace is: > > 14:15:39,969 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 270 | Client version string: > SSH-2.0-OpenSSH_3.8.1p1 > 14:15:39,970 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 138 | Received SSH_MSG_KEXINIT > 14:15:40,001 | INFO | NioProcessor-6 | DHG1 > | shd.server.kex.AbstractDHGServer 83 | Received > SSH_MSG_KEXDH_INIT > 14:15:40,026 | INFO | NioProcessor-6 | DHG1 > | shd.server.kex.AbstractDHGServer 124 | Send SSH_MSG_KEXDH_REPLY > 14:15:40,027 | INFO | NioProcessor-6 | ServerSession > | d.common.session.AbstractSession 654 | Send SSH_MSG_NEWKEYS > 14:15:40,050 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 157 | Received SSH_MSG_NEWKEYS > 14:15:40,055 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 168 | Received > SSH_MSG_SERVICE_REQUEST 'ssh-userauth' > 14:15:40,056 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 292 | Accepting user > authentication request > 14:15:40,057 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 297 | Authorized > authentication methods: password,publickey > 14:15:40,058 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 181 | Received > SSH_MSG_USERAUTH_REQUEST > 14:15:40,059 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 307 | Authenticating user > 'karaf' with method 'none' > 14:15:40,059 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 326 | Unsupported > authentication method 'none' > 14:15:42,545 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 181 | Received > SSH_MSG_USERAUTH_REQUEST > 14:15:42,546 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 307 | Authenticating user > 'karaf' with method 'password' > 14:15:42,554 | INFO | NioProcessor-6 | ServerSession > | shd.server.session.ServerSession 323 | Authentication failed: > Authentication failed: bad username or password supplied > > My environment info is: > > Java version: 1.5.0_14 > Default locale: es_ES, platform encoding: Cp1252 > OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows" > SSH client: SSH-2.0-OpenSSH_3.8.1p1 > > I have tried with OpenSSH and PuTTY getting the same results. > > The Apache Karaf revision is 792055. > > Any ideas? > > Thanks in advance, > > Juanjo. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

