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.
Debian VPS に git リポジトリがありますが、すべて問題なく動作しています。プルまたはプッシュするたびにルートパスワードを入力し続けたくないことを除いて。パスワードを覚える方法はありますか?
SSH については知っています。GitHub で正しく設定できましたが、Debian VPS では設定できませんでした。
ssh-keygen の使い方は知っていますが、サーバーで何をすればよいですか?
通常のプロセスでは、接続しているユーザーの公開鍵を ~/.ssh のauthorized_keys ファイルに置きます。
製品固有のもの (git は gitosis、gitolite、gitorious でインストールできます) がある場合は、それをどのように行ったかについて詳細を提供してください。