You are not logged in.

#1 2011-02-26 06:27:23

realfirst
Member
From: Nanjing, Jiangsu, China
Registered: 2010-05-24
Posts: 4

github ssh loging probelm

have anyone suffering the github logging problem as me?
before someday of update i can log in github succesfully via ssh
but now it is impossible:
when i typed the command  ssh git@gitbub.com the result likes blow:

arch@***> ssh -v git@github.com                  ~/software-settings
OpenSSH_5.8p1, OpenSSL 1.0.0d 8 Feb 2011
debug1: Reading configuration data /home/arch/.ssh/config
debug1: Applying options for github.com
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /home/arch/.ssh/id_rsa type 1
debug1: identity file /home/arch/.ssh/id_rsa-cert type -1
debug1: identity file /home/arch/.ssh/id_dsa type 2
debug1: identity file /home/arch/.ssh/id_dsa-cert type -1
debug1: identity file /home/arch/.ssh/id_ecdsa type -1
debug1: identity file /home/arch/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2
debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client arcfour hmac-md5 zlib@openssh.com
debug1: kex: client->server arcfour hmac-md5 zlib@openssh.com
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
debug1: Host 'github.com' is known and matches the RSA host key.
debug1: Found key in /home/arch/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/arch/.ssh/id_rsa
debug1: Remote: Forced command: gerve realfirst
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: read PEM private key done: type RSA
debug1: Remote: Forced command: gerve realfirst
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Enabling compression at level 6.
debug1: Authentication succeeded (publickey).
Authenticated to github.com ([207.97.227.239]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
PTY allocation request failed on channel 0

does someone can given me a help?
thanks in advance!

Last edited by realfirst (2011-02-26 06:27:57)

Offline

#2 2011-02-26 06:30:04

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: github ssh loging probelm

i think i saw the same thing when i setup github last month and i really though it was strange, but if i try commit it works fine, so i'm not sure what the problem is too.

Offline

#3 2011-02-26 07:15:13

hbekel
Member
Registered: 2008-10-04
Posts: 311

Re: github ssh loging probelm

This is normal. Github doesn't allow shell access, the important part is that you are authorized at all. So everything's fine.

Offline

#4 2011-02-27 02:57:49

realfirst
Member
From: Nanjing, Jiangsu, China
Registered: 2010-05-24
Posts: 4

Re: github ssh loging probelm

hbekel wrote:

This is normal. Github doesn't allow shell access, the important part is that you are authorized at all. So everything's fine.

thank for your reply and i have found that i can commit the code to github without any problem although it has the indication as i have posted .

Offline

Board footer

Powered by FluxBB