Re: ssh ... PTY allocation request failed on channel 0

2011-03-09 Thread Mirko Vukovic
On Mon, Mar 7, 2011 at 8:51 AM, Corinna Vinschen wrote: > On Mar  7 14:40, Corinna Vinschen wrote: >> On Mar  7 08:18, Mirko Vukovic wrote: >> > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: >> > > On Mar  2 15:06, Mirko Vukovic wrote: >> > >> So, to summarize, >> > >> >> > >> - from work

Re: ssh ... PTY allocation request failed on channel 0

2011-03-07 Thread Mirko Vukovic
On Mon, Mar 7, 2011 at 8:51 AM, Corinna Vinschen wrote: > On Mar  7 14:40, Corinna Vinschen wrote: >> On Mar  7 08:18, Mirko Vukovic wrote: >> > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: >> > > On Mar  2 15:06, Mirko Vukovic wrote: >> > >> So, to summarize, >> > >> >> > >> - from wor

Re: ssh ... PTY allocation request failed on channel 0

2011-03-07 Thread Corinna Vinschen
On Mar 7 14:40, Corinna Vinschen wrote: > On Mar 7 08:18, Mirko Vukovic wrote: > > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: > > > On Mar  2 15:06, Mirko Vukovic wrote: > > >> So, to summarize, > > >> > > >> - from work, I can access github using ssh 4.3, but not ssh 5.8 (I get > >

Re: ssh ... PTY allocation request failed on channel 0

2011-03-07 Thread Corinna Vinschen
On Mar 7 08:18, Mirko Vukovic wrote: > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: > > On Mar  2 15:06, Mirko Vukovic wrote: > >> So, to summarize, > >> > >> - from work, I can access github using ssh 4.3, but not ssh 5.8 (I get > >>  `connection reset by peer', or` remote end hang up

Re: ssh ... PTY allocation request failed on channel 0

2011-03-07 Thread Mirko Vukovic
On Mon, Mar 7, 2011 at 8:18 AM, Mirko Vukovic wrote: > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: >> On Mar  2 15:06, Mirko Vukovic wrote: >>> So, to summarize, >>> >>> - from work, I can access github using ssh 4.3, but not ssh 5.8 (I get >>>  `connection reset by peer', or` remote en

Re: ssh ... PTY allocation request failed on channel 0

2011-03-07 Thread Mirko Vukovic
On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: > On Mar  2 15:06, Mirko Vukovic wrote: >> So, to summarize, >> >> - from work, I can access github using ssh 4.3, but not ssh 5.8 (I get >>  `connection reset by peer', or` remote end hang up unxepectedly'), >> - from home, ssh 5.8 gives me t

Re: ssh ... PTY allocation request failed on channel 0

2011-03-03 Thread Corinna Vinschen
On Mar 2 15:06, Mirko Vukovic wrote: > So, to summarize, > > - from work, I can access github using ssh 4.3, but not ssh 5.8 (I get > `connection reset by peer', or` remote end hang up unxepectedly'), > - from home, ssh 5.8 gives me the PTY error, but I can perform push > to github. Did you t

Re: ssh ... PTY allocation request failed on channel 0

2011-03-02 Thread Dave Korn
On 01/03/2011 01:45, Mirko Vukovic wrote: > Hello, > > I am trying to ssh to g...@github.com, and I get the error > "PTY allocation request failed on channel 0" I get that too, but I also get the "You've successfully authenticated, but GitHub does not provide shell access" message. I think the

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Andy Koppe
On 1 March 2011 03:33, Mirko Vukovic wrote: > On Mon, Feb 28, 2011 at 9:04 PM, Rafael Kitover <...> wrote: I am trying to ssh to g...@github.com, and I get the error "PTY allocation request failed on channel 0" >> ... >> >> That message is coming from github.com, it does not allow openin

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Christopher Faylor
On Mon, Feb 28, 2011 at 10:33:36PM -0500, Mirko Vukovic wrote: >On Mon, Feb 28, 2011 at 9:04 PM, Rafael Kitover <...> wrote: >> On 2/28/2011 8:51 PM, Mirko Vukovic wrote: >>> On Mon, Feb 28, 2011 at 8:45 PM, Mirko Vukovic wrote: Hello, I am trying to ssh to g...@github.com, and I get

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Larry Hall (Cygwin)
On 2/28/2011 8:45 PM, Mirko Vukovic wrote: googling I found references to devices ptmx and pts. There is a /dev/ptmx. I can see it if I do ls /dev/ptmx but not if I do ls /dev (why?). -- Larry _

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Mirko Vukovic
On Mon, Feb 28, 2011 at 9:04 PM, Rafael Kitover <...> wrote: > On 2/28/2011 8:51 PM, Mirko Vukovic wrote: >> On Mon, Feb 28, 2011 at 8:45 PM, Mirko Vukovic wrote: >>> Hello, >>> >>> I am trying to ssh to g...@github.com, and I get the error >>> "PTY allocation request failed on channel 0" > ... > >

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Rafael Kitover
On 2/28/2011 8:51 PM, Mirko Vukovic wrote: > On Mon, Feb 28, 2011 at 8:45 PM, Mirko Vukovic wrote: >> Hello, >> >> I am trying to ssh to g...@github.com, and I get the error >> "PTY allocation request failed on channel 0" ... That message is coming from github.com, it does not allow opening intera

Re: ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Mirko Vukovic
On Mon, Feb 28, 2011 at 8:45 PM, Mirko Vukovic wrote: > Hello, > > I am trying to ssh to g...@github.com, and I get the error > "PTY allocation request failed on channel 0" > > I tried ssh -vv ..., but did not see anything meaningful. > > googling I found references to devices ptmx and pts. > > The

ssh ... PTY allocation request failed on channel 0

2011-02-28 Thread Mirko Vukovic
Hello, I am trying to ssh to g...@github.com, and I get the error "PTY allocation request failed on channel 0" I tried ssh -vv ..., but did not see anything meaningful. googling I found references to devices ptmx and pts. There is a /dev/ptmx. I can see it if I do ls /dev/ptmx but not if I do