【Linux】Linux远程登陆

  • 登录任务

Windows主机——远程登录——Linux主机

一、登陆前提准备

1.1 确保网络通畅
确保从Windows 能够Ping通Linux

1.2 关闭Linux防火墙
//前提:以root管理员权限登陆
运行命令
/etc/init.d/iptables stop

二、Putty - SSH

putty 图

三、VNC - 图形化登陆

3.1 从RHEL6安装光盘packeges目录中,双击安装vnc服务器
3.2 启动vnc服务
terminal: vncserver 

192.168.240.133:localdomain

原文地址:https://www.cnblogs.com/Neo007/p/7207734.html