I normally run sshd on a port different than 22 and I'm trying to do the same on a fresh Fedora 19, but it fails with a permission denied error: 32) root:~> systemctl status sshd.service sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled) Active: failed (Result: exit-code) since Sat 2013-07-06 15:32:32 EDT; 6min ago Process: 4861 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255) Process: 4856 ExecStartPre=/usr/sbin/sshd-keygen (code=exited, status=0/ SUCCESS) Jul 06 15:32:32 alpha systemd[1]: Started OpenSSH server daemon. Jul 06 15:32:32 alpha sshd[4861]: error: Bind to port 23456 on 0.0.0.0 failed: Permission denied. Jul 06 15:32:32 alpha systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a Jul 06 15:32:32 alpha systemd[1]: Unit sshd.service entered failed state. I am, however, able to run it e.g. on port 34567. Any idea what's going on? As far as I can tell I don't have anything running on 23456. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org