Skip to content

Update the `ListenAddress` input section for `openssh/sshd_config` file with port number `3000`,

George Koltsov requested to merge patch-1 into master

The ListenAddress section of the openssh/ssh_config file requires that a port number(e.g. port 3000) is defined, else it will return the error Bind to port 22 on 192.168.0.12 failed: Permission denied.

Merge request reports