Linux Server:CentOS 6.2 桌面系统环境: Windows 7 连接工具: putty 1.修改SSH配置文件 vi /etc/ssh/sshd_config 修改端口,禁止root登录,添加限制用户 代码如下 复制代码 Port 2345 PermitRootLogin no Allo