一.远程登入
1.安装 Xshell5
2.查看是否具备连接
在linux 主机上输入
chkconfig --list | grep sshd
#sshd 0:关闭 1:关闭 2:启用 3:启用 4:启用 5:启用 6:关闭
#5要保持开启状态
如果没有开启手动开启指令
chkconfig --level 5 sshd on
service sshd restart
3.查询机子ip
ifconfig
4.配置Xshell5
基本上配置上ip
即可
二.远程上传下载文件
1.安装Xftp
2.配置ip
3.解决乱码问题
属性`>`选项`>`使用utf8编码
原文地址:https://www.cnblogs.com/guapitomjoy/p/12164064.html
时间: 2024-11-05 17:28:28