SH, telnet, network copy file, putty, connection to windows Remote Desktop terminal, remote control of linux Desktop

Source: Internet
Author: User
Tags windows remote desktop
SH, telnet, network copy file, putty, connect to windows Remote Desktop terminal, remote control linux desktop-Linux Enterprise Application-Linux server application information, the following is the details. I, the simplest command line to connect to the linux Server (in fc6, the ssh service is started by default)
# Ssh 192.168.0.1
To log on to ssh as a user,
# Ssh user@192.168.0.1


Ii. graphic interface copying files over the network (strong in Gnome)
Choose System Menu> location> connect to the server
Service type: ftp, ssh, windows sharing, http !!!


Iii. If many servers need to be connected, replace the putty of SecureCRT (the linux version of secureCRT is not found yet, so let's say it)
Command: yum-y install putty
System Menu-Application-internet-putty
(If many servers need to be connected, the temporary alternative method is: Create a starter on the desktop> type> application program in the terminal> name ssh 192.168.0.1, command ssh 192.168.0.1-OK, double-click the connection to automatically activate ssh)


Iv. tsclient connected to win2000server and windows xp Remote Desktop,
Command: yum-y install tsclinet
System Menu-Application-internet-Terminal Server Client

V. Allow Remote Control of other linux desktops (or windows) to connect to linux desktops using vnc-server .,
Command: yum-y install vnc-server

The client also needs to install the vnc Viewer.
Command: yum-y install vnc
Choose System Menu> Application> internet> Terminal Server client, and Select vnc in the Protocol.

In addition, if you want to allow telnet, you need to install the telnet service in addition to the default installation.
# Yum-y install telnet-server
# System-config-services-on demand services-select telnet
Or: setup-> System Service-click telent-> OK
# Service xinetd restart
# Telnet localhost to log on to yourself.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.