随笔分类 - linux上安装各服务等
摘要:LINUX部分 Linux服务器需要开启ssh linux编辑/etc/ssh/sshd_config 文件,激活X11转发。 X11Forwarding yes 需要重启(systemctl restart sshd,一般无需修改sshd_config文件,里面已经激活x11转发) windows
阅读全文
摘要:安装telnet服务 配置并启动Telnet,xinetd和telnet必须设置开机启动,否则无法启动Telnet服务 systemctl enable xinetd.service systemctl enable telnet.socket 接下来启动服务 systemctl start tel
阅读全文
摘要:先检查有没有安装ssh服务:rpm -qa | grep ssh 如果没有安装ssh服务就安装 : yum install openssh-server 安装好后在ssh配置文件里进行配置 : (去掉#号) vim /etc/ssh/sshd_config Port 22 PermitRootLog
阅读全文

浙公网安备 33010602011771号