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.
ネットワーク内のクライアントマシンで自動的に処理を行うbashスクリプトを作成しようとしています。しかし、コードの後に
ssh -i ~/.ssh/key root@machine
bash プログラムが停止する リモート マシンにコマンドを送信するにはどうすればよいですか? ありがとう
bash を直接呼び出すのと同じ方法です。
ssh ... somescriptontheserver.sh ssh ... ls -lR / ssh ... << EOF ls -lR / EOF