VPSからGitHubリポジトリに問題なくプッシュできますが、画面に入ると、許可が拒否されます。
littke@[server]:~/src/[repo]$ git push
Pushing to git@github.com:littke/[repo].git
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
私は認証することができますが:
littke@[server}:~/src/[repo]$ ssh git@github.com -i ~/.ssh/littke
Enter passphrase for key '/home/littke/.ssh/littke':
PTY allocation request failed on channel 0
Hi littke! You've successfully authenticated, but GitHub does not provide shell access.
繰り返しますが、これはGNUScreen内でのみ発生します。私はそれの外にうまく押すことができます。グーグルで検索しましたが、何も見つかりませんでした。