Giúp mình ubuntu server mới cài

`` `
Tôi vừa cài đặt Ubuntu Server và nó trống.Tôi đã cài đặt một số lệnh cơ bản, nhưng luôn có thể sử dụng nó để được cài đặt thông qua apt-get.Khi lệnh GEDIT tôi đã cài đặt nhưng mở tệp lỗi.
Và cho tôi yêu cầu cài đặt OpenSsh-Server.Từ WINSCP Connet nhưng không thể sửa tệp.

Đây là giải pháp:

1. Cài đặt OpenSsh-Server bằng lệnh sau:

`` `
Sudo Apt-Get Cài đặt OpenSsh-Server
`` `

2. Sau khi cài đặt hoàn tất, hãy mở tệp cấu hình ** ssh ** bằng cách chạy lệnh sau:

`` `
sudo nano/etc/ssh/sshd_config
`` `

3. Trong tệp cấu hình ** SSH **, hãy tìm dòng sau và không giải quyết nó:

`` `
#Port 22
`` `

4. Lưu và đóng tệp cấu hình ** ssh **.

5. Khởi động lại dịch vụ ** ssh ** bằng cách chạy lệnh sau:

`` `
Dịch vụ SUDO SSH khởi động lại
`` `

6. Bây giờ bạn có thể kết nối với máy chủ Ubuntu của mình bằng cách sử dụng ** ssh ** từ một máy tính khác.

Đây là cách kết nối với máy chủ Ubuntu của bạn bằng cách sử dụng ** ssh ** từ Windows:

1. Mở ** putty **.

2. Trong trường ** Tên máy chủ **, nhập địa chỉ IP của máy chủ Ubuntu của bạn.

3. Trong trường ** cổng **, nhập ** 22 **.

4. Nhấp vào ** Mở **.

5. Bạn sẽ được nhắc nhập tên người dùng và mật khẩu.Nhập tên người dùng ** root ** và mật khẩu bạn đặt trong quá trình cài đặt.

6. Bây giờ bạn sẽ được kết nối với máy chủ Ubuntu của bạn.
`` `
=======================================
```
I just installed Ubuntu Server and it's empty. I installed some basic commands, but it's always possible to use it to be installed via APT-GET. As the Gedit command I installed but opened the error file.
And let me ask to install OpenSSH-Server. From WinSCP Connet but can't fix the file.

Here's the solution:

1. Install OpenSSH-Server using the following command:

```
sudo apt-get install openssh-server
```

2. Once the installation is complete, open the **SSH** configuration file by running the following command:

```
sudo nano /etc/ssh/sshd_config
```

3. In the **SSH** configuration file, find the following line and uncomment it:

```
#Port 22
```

4. Save and close the **SSH** configuration file.

5. Restart the **SSH** service by running the following command:

```
sudo service ssh restart
```

6. You can now connect to your Ubuntu Server using **SSH** from another computer.

Here's how to connect to your Ubuntu Server using **SSH** from Windows:

1. Open **PuTTY**.

2. In the **Host Name** field, enter the IP address of your Ubuntu Server.

3. In the **Port** field, enter **22**.

4. Click **Open**.

5. You will be prompted to enter a username and password. Enter the username **root** and the password you set during the installation process.

6. You will now be connected to your Ubuntu Server.
```
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top