error: Bind to port 2200 on 0.0.0.0 failed: Permission denied
这个问题是因为你安装的centos系统中使用了SELinux,
下图表示系统启动SELinux

vim /etc/selinux/config

esc
:
wq
enter

修改sshe端口号 vim /etc/ssh/sshd_config 重启ssh服务 service sshd restart
这里再次操作就不会报错了
这个问题是因为你安装的centos系统中使用了SELinux,
下图表示系统启动SELinux

vim /etc/selinux/config

esc
:
wq
enter

修改sshe端口号 vim /etc/ssh/sshd_config 重启ssh服务 service sshd restart
这里再次操作就不会报错了