在linux 主机上输入
chkconfig --list | grep sshd
#sshd 0:关闭 1:关闭 2:启用 3:启用 4:启用 5:启用 6:关闭
#5要保持开启状态
如果没有开启手动开启指令
chkconfig --level 5 sshd on
service sshd restart
ifconfig
基本上配置上ip即可
属性>选项>使用utf8编码
原文:https://www.cnblogs.com/pythonywy/p/11759201.html