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
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:
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!