Город МОСКОВСКИЙ
00:03:43

How to Connect To Remote Linux Server Using SSH ❓

Аватар
Гармонические ветра
Просмотры:
31
Дата загрузки:
13.04.2024 20:15
Длительность:
00:03:43
Категория:
Технологии и интернет

Описание

Now that you have the OpenSSH client and server installed on every device you need; you can create a secure remote connection to your servers:
https://www.routerhosting.com/knowledge-base/how-to-connect-to-remote-linux-server-using-ssh-putty/

Open the SSH terminal on your computer and launch the following command:
ssh your_username@host_ip_address

If the username on your local device matches the one on the server you are going to connect to, you can run this command:

ssh host_ip_address

And click Enter.

Enter your password and press Enter. Note that when you type, you won’t get any feedback on the screen. If you paste your password, make sure it is stored securely and not in a text file.
When you connect to a server for the very first time, you’ll be asked if you want to continue connecting. Just type “yes” and press Enter. This message would only appear this time because the remote server is not identified on your local computer.
The ECDSA fingerprint key is now added and you are connected to the remote server.
If the device you are attempting to remotely link to is on the same network, it is safer to use the private IP address rather than the public IP address. Otherwise, you would only need to use the public IP address.
https://www.routerhosting.com/

Рекомендуемые видео