新しい Linux システム管理者が、サーバーへの接続を許可する SSH キーのペアを生成しました。 キー ファイルをリモート サーバーにコピーするには、次のコマンドのどれを使用できますか? (2 つ選択してください)
正解:D,F
The commands ssh-copy-id and scp can be used to copy a key file to remote servers. The command ssh-copy-id copies the public key to the authorized_keys file on the remote server, which allows the user to log in without a password. The command scp copies files securely over SSH, which can be used to transfer the key file to any location on the remote server.