How to access linux server using client software

王林
Release: 2020-05-29 09:41:35
Original
3143 people have browsed it

How to access linux server using client software

First you need to configure the Internet access

Execute the following command, edit the configuration file

vi /etc/sysconfig/network-scripts/ifcfg-eth0
Copy after login

How to access linux server using client software

Then restart the network card and execute The following command:

/etc/init.d/network restart
Copy after login

How to access linux server using client software

Then you also need to configure DNS

Execute the command:

vi  /etc/resolv.conf
Copy after login

Edit the configuration file and add the required DNS server

nameserver 202.106.0.20  
nameserver 8.8.8.8
Copy after login

How to access linux server using client software

Then test the network connectivity to see if you can connect to the external network.

How to access linux server using client software

Then we need to download the secureCRT remote connection software on the computer.

Open the secureCRT software you just downloaded, and configure it as shown in the figure:

Click quick connect in the upper left corner, enter the IP, user name, and port on the pop-up interface. The default port is 22 , and then click connect below.

How to access linux server using client software

# A prompt will pop up to enter the password. Just confirm after entering. The login is successful.

How to access linux server using client software

So we can access the server.

Recommended tutorial: linux tutorial

The above is the detailed content of How to access linux server using client software. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template