On 10/30/2014 03:41 PM, Jason T. Slack-Moehrle wrote:
> Soo I changed my ssh port in sshd_config and did: systemctl restart
>  sshd.service.
...
> and I get a connection:refused.

selinux is set to only allow sshd to listen on port 22, you need to do
something like:
semanage port -a -t ssh_port_t -p tcp 2222


Peter
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to