starman@programming.dev to Programming@programming.devEnglish · edit-29 个月前The (short) story of how the SSH port became 22.www.ssh.comexternal-linkmessage-square12fedilinkarrow-up1107arrow-down14file-textcross-posted to: linux@programming.devlinux@lemmy.ml
arrow-up1103arrow-down1external-linkThe (short) story of how the SSH port became 22.www.ssh.comstarman@programming.dev to Programming@programming.devEnglish · edit-29 个月前message-square12fedilinkfile-textcross-posted to: linux@programming.devlinux@lemmy.ml
The SSH port is 22. This is the story of how it got that port number. And practical configuration instructions.
minus-squarenanook@friendica.eskimo.comlinkfedilinkarrow-up5·9 个月前Actually, I have my public facing servers configured to listen to 443 as well. Why? Because many corporate and public space wifi spots like libraries, will block 22, but allow 443 for https, so on my shell servers, I also listen to 443.
Actually, I have my public facing servers configured to listen to 443 as well. Why? Because many corporate and public space wifi spots like libraries, will block 22, but allow 443 for https, so on my shell servers, I also listen to 443.