Hello!
Trying to setup port forwarding of 443 port to the server on FreeBSD. What need to be setup in sshd_config?
For now have this troubles:
The command on MacOS client is:
The ssh is working and by key could be logged in.
Trying to setup port forwarding of 443 port to the server on FreeBSD. What need to be setup in sshd_config?
For now have this troubles:
bind [127.0.0.1]:443: Permission denied
channel_setup_fwd_listener_tcpip: cannot listen to port: 443
Could not request local forwarding.
The command on MacOS client is:
ssh -L 443:1.1.1.1:443 user@1.1.1.1
The ssh is working and by key could be logged in.