debvm-waitssh - Wait for a ssh server to be reachable
Contents
Description
debvm-waitssh can be used to wait for a virtual machine with exposed ssh port to be reachable on that
port. If no hostname is given, 127.0.0.1 is assumed. No authentication is attempted by debvm-waitssh, so
neither a username nor a key have to be supplied.
Exit Values
0 The server is reachable.
1 A timeout was reached before the server answered.
2 Usage error.
Name
debvm-waitssh - Wait for a ssh server to be reachable
Options
-ttimeout, --timeout=timeout
Set the maximum duration for waiting in seconds. Defaults to one minute.
-q, --quiet
Be quiet. Do not output a message when the timeout has been reached without success.
See Also
debvm-run(1) perl v5.38.2 2024-06-23 DEBVM-WAITSSH(1)
Synopsis
debvm-waitssh [-q] [-ttimeout] [hostname:]port
