Linux Server Construction | Debian12 ; NTP ,FTP Server Installation
業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

Debian12 ; NTP ,FTP Server Installation

1. Install NTP server

Setting Reflection

Operation check

2. Install FTP Server

2.1 Install Vsftpd

FTP Port21 allowed

2.2 Edit Vsftpd configuration file

Next, create a new vsftpd.chroot_list under etc.
Add your Debian username (e.g. huong) to this file.

Enable vsftpd and restart

2.3 Check FTP connection

Check with FTP client
In this case, we will use FileZilla.
Start FileZilla and change FileZilla settings first, menu "Edit" "Settings"

Connection" and "SFTP" in the left pane
Click "Add key File" in the right pane

Open "id_rsa.ppk" saved in Windows

In the "Password" field, enter the password you set when you created your SSH public key.

Return to the initial screen and select "Site Manager" from the "File" menu.

Click on "New site" and then
Protocol : SFTP-SSH File Transfer Protocol
Host : Server IP Address
Port : SSH port number
Logon Type : Ask for password
User : Login User Name
Click "Connect"

Password : the password you set when you created your SSH public key.

If the Windows directory appears on the left and the Ubuntu directory on the right, the connection is successful.

PAGE TOP
Copied title and URL