10.9. リモート実行用の SSH 鍵の手動での配布
SSH 鍵を手動で配布するには、以下の手順を実行します。
手順
Capsule で以下のコマンドを入力します。管理するターゲットホストごとに繰り返します。
# ssh-copy-id -i ~foreman-proxy/.ssh/id_rsa_foreman_proxy.pub root@target.example.com
ターゲットホストに鍵が正常にコピーされたことを確認するには、Capsule で以下のコマンドを入力します。
# ssh -i ~foreman-proxy/.ssh/id_rsa_foreman_proxy root@target.example.com