<1>远程登陆linux,在工作中最常用的就是ssh, 客户端 1,linux 直接bash ssh name@ip 2,windows 使用putty链接 <2>也可以使用远程桌面,但前提是服务端
<1>远程登陆linux,在工作中最常用的就是ssh,
客户端
1,linux 直接bash ssh name@ip
2,windows 使用putty链接
<2>也可以使用远程桌面,但前提是服务端安装了桌面
服务端安装vncserver
sudo apt-get install vnc4server
客户端安装vnc客户端
1,linux上安装Remmina,添加链接,server选项填写 serverIP:5901
2,windows,没有实验
VNC怎么和宿主机共享粘贴板 假设目标主机是linux,终端主机是linux(就是在linux上使用VNC登陆linux) 在开启vncserver服务的linux中执行vncconfig -nowin& 在linux选中文字后,无需其他按键,直接在linux中可以黏贴。 在linux中选中文字,Ctrl+C,在linux中按中键黏贴。