summaryrefslogtreecommitdiff
path: root/debvm-waitssh
AgeCommit message (Collapse)Author
2023-01-08debvm-waitssh: remove redundant adjective 'positive' from error messageJohannes Schauer Marin Rodrigues
2023-01-08debvm-waitssh: don't apply -q to usage errors and further port checkHelmut Grohne
2023-01-08debvm-waitssh: bad usage should result in exit 2Helmut Grohne
2023-01-08debvm-waitssh: standardize option parserHelmut Grohne
An option --foo is handled by opt_foo.
2023-01-08debvm-waitssh: error out if hostname contains @ characterJohannes Schauer Marin Rodrigues
2023-01-08debvm-waitssh: error out if port number is not a positive integerJohannes Schauer Marin Rodrigues
2023-01-08debvm-waitssh: output error message if timeout is reachedJohannes Schauer Marin Rodrigues
2023-01-08debvm-waitssh: add --quiet optionJohannes Schauer Marin Rodrigues
2023-01-03debvm-waitssh: issue fewer test connectionsHelmut Grohne
ssh-keyscan creates one connection per key type.
2023-01-03debvm-waitssh: force ipv4Helmut Grohne
On salsa, localhost resolves to ::1 and ssh-keyscan skips checking 127.0.0.1 there.
2023-01-03debvm-waitssh: make timeout configurable and restore previous value for testsHelmut Grohne
2023-01-03add a debvm-waitssh utilityHelmut Grohne