当前位置: 技术问答>linux和unix
linux之间远程连接
来源: 互联网 发布时间:2017-05-23
本文导语: 我这里要连接一个服务器是linux的,什么版本的不清楚,估计是红帽企业版的。 我的pc是ubuntu的,不是windows。 首先我不重新安装也不装虚拟机,在这前提下,如何远程连接到服务器。 网上找了很多资料都是windows连接...
我这里要连接一个服务器是linux的,什么版本的不清楚,估计是红帽企业版的。
我的pc是ubuntu的,不是windows。
首先我不重新安装也不装虚拟机,在这前提下,如何远程连接到服务器。
网上找了很多资料都是windows连接linux的,我本机有一个remmina的,按照网上的方式,总是报错,报无法连接到VNC服务器。
现在求助有什么办法可以远程连接,由ubuntu连接到linux.
我的pc是ubuntu的,不是windows。
首先我不重新安装也不装虚拟机,在这前提下,如何远程连接到服务器。
网上找了很多资料都是windows连接linux的,我本机有一个remmina的,按照网上的方式,总是报错,报无法连接到VNC服务器。
现在求助有什么办法可以远程连接,由ubuntu连接到linux.
|
make sure the server having ssh service on and you have an account on the server;
then in your ubuntu terminal, #ssh server_user_name@server_ip_or_domain_name
Once you login to the server, initiate vnc on the command line, set up password, then fire up vnc client from ubuntu.
this is based upon the assumption that your firewall is off.
then in your ubuntu terminal, #ssh server_user_name@server_ip_or_domain_name
Once you login to the server, initiate vnc on the command line, set up password, then fire up vnc client from ubuntu.
this is based upon the assumption that your firewall is off.
|
Linux上不一定安装了VNC服务
你先telnet一下Linux的22端口通不通
然后确保自己有一个Linux上账号
在ubuntu上用ssh命令连接Linux
|
是不是SSH配置的问题,对方防火墙了嘛?