On Mon, 6 Feb 2023 at 02:23, Lars Noodén <lars.nooden@xxxxxxx> wrote: > debug1: Bind to port 22 on 10.100.100.1. > Bind to port 22 on 10.100.100.1 failed: Address already in use. This line implies that you have at least one ListenAddress directive in your sshd_config and -p doesn't override those: -p port Specifies the port on which the server listens for connections (default 22). Multiple port options are permitted. Ports specified in the configuration file with the Port option are ignored when a command-line port is specified. *Ports specified using the ListenAddress option override command-line ports.* What ListenAddress and Port directives do you have in your sshd_config? -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev