You are not logged in.
Pages: 1
Hi all!
I'm trying to make a repository on github.com, I created a public key for ssh, followed this tutorial. http://help.github.com/linux-key-setup/ , but when I try
ssh git@github.com
I get this:
┌─[wyrm88 @ 20:25:51]
└─[my_files] > ssh git@github.com
Enter passphrase for key '/home/wyrm88/.ssh/id_rsa':
PTY allocation request failed on channel 0
I googled the last line, and found out that everyone also has the "successful authentication" messages, which I don't. How do I proceed from here on?
Any help appreciated.
Offline
I suppose you are not allowed to have shell access on your github account (shell is assigned to /bin/false maybe). It's just for push-/pulling.
Offline
Thx for replying.
Here is the correct output:
$ ssh git@github.com
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
ERROR: Hi tekkub! You've successfully authenticated, but GitHub does not provide shell access
Connection to github.com closed.
The crucial thing is that I don't get the last two lines when trying to check the public key. I tried to create a repository and connect with the created key, but I only get a fail to connect when I try to push.
Offline
I get the same error (obviously) but I can push and pull from/to my repo just fine. Have you configured your repository properly?
Last edited by Foucault (2010-09-26 20:40:05)
Offline
What is there to configure? I just created it and it presented me with the instructions.
P.S.- tried again with a new repository and public key, same output like post #1.
Offline
May have found a possible solution: http://blog.asteriosk.gr/2009/02/20/pty … channel-0/
But of course, /dev/pts in my case is already mounted, ergo it exists...
Last edited by Wyrm88 (2010-09-26 21:17:20)
Offline
Got that error a while ago.
If I remember corectly (I may not!) that's an error on _Github's_ server, NOT your computer.
Everything else should still work, their server that's supposed to give out that message has just been like that.
Last edited by Ranguvar (2010-09-27 05:19:40)
Offline
Tried again, still no progress, again no "ERROR: Hi <name>! You've successfully authenticated, but GitHub does not provide shell access
Connection to github.com closed." message .
Offline
See my post
Offline
Pages: 1