温馨提示×

Putty保存Ubuntu服务器连接信息

小樊
83
2024-08-07 13:28:19
栏目: 云计算

To save the connection information for an Ubuntu server in Putty, you can follow these steps:

  1. Open Putty on your computer.
  2. In the “Host Name (or IP address)” field, enter the IP address of your Ubuntu server.
  3. In the “Port” field, enter the port number for SSH (usually 22).
  4. In the “Saved Sessions” field, enter a name for your connection (e.g. “Ubuntu Server”).
  5. Click on the “Save” button to save the connection information.
  6. To connect to your Ubuntu server in the future, simply select the saved session from the “Saved Sessions” list and click on the “Load” button. Then click on the “Open” button to establish the connection.

By following these steps, you can easily save the connection information for your Ubuntu server in Putty and quickly connect to it whenever needed.

0