What is Pseudo TTY-Allocation? (SSH and Github)
As explained in “gitolite: PTY allocation request failed on channel 0”, it is important to do ssh test connection with -T, because some server could abort the transaction entirely if a text-terminal (tty) is requested. -T avoids requesting said terminal, since GitHub has no intention of giving you an interactive secure shell, where you could … Read more