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トンネルを開いていますssh -f -N -L ...
ssh -f -N -L ...
このように一度に複数のインスタンスを開くことができます。
psssh コマンドに情報を追加して、 grepにパイプして検索できるようにしたいと考えています。
ps
コマンドにデータを追加して、「ps aux」に表示されるようにする方法はありますか
PID で検索するだけで十分ではないでしょうか。( bashでは、PID は次のように単純に返すことができます:)
ssh -f -N -L ... & echo $!