logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debvm-waitssh - Wait for a ssh server to be reachable

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

See Also