I can however run git clone git@github.com:radar/twist-v2 and other operations while running as the same user as the Ruby app.
And I can also:
ssh git@github.com
PTY allocation request failed on channel 0
Hi radar! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.
Is there some secret known_hosts here that Rugged is referencing? What command am I missing here?
I suspect this has something to do with GitHub changing their SSH key recently.
Steps to reproduce:
I can however run
git clone git@github.com:radar/twist-v2
and other operations while running as the same user as the Ruby app.And I can also:
Is there some secret
known_hosts
here that Rugged is referencing? What command am I missing here?