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.
ダウンしているホストに接続しようとすると、次のメッセージが表示されます。
cd `sftp://example.com/tmp' [Delaying before reconnect: 30]
試行ごとに遅延が増加します。私を助ける次のコマンドを見つけました:
repeat -d 10 -c 1
これにより、(デフォルトの 30 秒ではなく) 10 秒だけ遅延し、コマンドを 1 回だけ繰り返す必要があります。
しかし、それでも無限ループで再接続を遅らせます。