How to remotely connect to linux server from windows terminal

王林
Release: 2020-02-14 17:17:55
Original
4946 people have browsed it

How to remotely connect to linux server from windows terminal

CMD/PowerShell to connect to the remote server

The specific method is as follows:

ssh username@server address, such as:

ssh root@39.123.124.99
Copy after login

ssh is a command to connect to a remote server in ssh mode.

(Free learning video sharing: linux video tutorial)

If your username and server address are correct, then the next line will ask you to enter your password, required Note that it will not display your input when you enter it. You only need to enter it carefully and press Enter.

As shown:

How to remotely connect to linux server from windows terminal

Recommended related articles and tutorials: linux tutorial

The above is the detailed content of How to remotely connect to linux server from windows terminal. 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