I am currently trying to get gitlab setup on a home server where I only have a single public ip.
I have successfully gotten ssh forwarding/gateway setup between the vm with public ssh access and gitlab. i.e. I can go: ssh [email protected] PTY allocation request failed on channel 0 Pseudo-terminal will not be allocated because stdin is not a terminal. Welcome to GitLab, Luke Barnett! Connection to 192.168.32.48 closed. For the git user on the gateway server I have keys such as: command="ssh -i .ssh/luke@gitlab git@gitlab",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa However when I try to fetch from a repo I get: git fetch Pseudo-terminal will not be allocated because stdin is not a terminal. fatal: protocol error: bad line length character: Welc What else do I need to add to the auth keys file on the gateway to get this to work? -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
