CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/27 20:29:34
Modified files:
usr.bin/ssh : addr.c addr.h ssh-keyscan.1 ssh-keyscan.c
Log message:
allow ssh-keyscan(1) to accept CIDR address ranges, e.g.
ssh-keyscan 192.168.0.0/24
If a CIDR range is passed, then it will be expanded to all possible
addresses in the range including the all-0s and all-1s addresses.
bz#976 feedback/ok markus@
