Home > Article > Operation and Maintenance > 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
Then restart the network card and execute The following command:
/etc/init.d/network restart
Then you also need to configure DNS
Execute the command:
vi /etc/resolv.conf
Edit the configuration file and add the required DNS server
nameserver 202.106.0.20 nameserver 8.8.8.8
Then test the network connectivity to see if you can connect to the external network.
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.
# A prompt will pop up to enter the password. Just confirm after entering. The login is successful.
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!