Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが公開鍵を使用して SSH 経由で接続する場合、Github はどのユーザーであるかをどのように検出しましたか?
ssh -T git@github.com Hi **Ben**! You've successfully authenticated, but GitHub does not provide shell access.
このような機能を実装する方法、特にユーザー情報が MySQL などのデータベースにあることを考慮してください。
ユーザーは常にログインを送信gitします(あなたの場合)。公開鍵と秘密鍵のペアは、ユーザーの身元を確認するためだけに使用されます。
git