sshd port number ?

Hexren me at hexren.net
Mon Jan 24 13:10:26 PST 2005


KK> Hello,


KK> while reading some mail archives about SSH somebody argued
KK> that sshd shouldn't be started on a port bigger than 1024,
KK> since ports below that are priveleged ports.

KK> How does that make sshd less secure if its on a port above                                
KK> 1024 ?  
  
KK> Thanks


KK> _______________________________________________
KK> freebsd-questions at freebsd.org mailing list
KK> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
KK> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

---------------------------------------------

If ssh ever goes down, a user could start his own compromised
version of ssh and do some nasty stuff. The same user could not do
that if the connecting side would expect sshd to be on a privileged
port because the system ensures that only procs running with superuser
privileges can bind to a privileged port.

Hexren



More information about the freebsd-questions mailing list