openWRT SFTP realizes secure remote file transfer

Blog homepage: The little sheep has insomnia. Series of columns: C language, Linux, Cpolar Thank you everyone for likingfavorites?comments A few days ago, I discovered a giant artificial intelligence learning website. It is easy to understand and humorous. I couldn’t help but share it with everyone. Click to jump to the website. Article directory Preface […]

Application of intranet penetration – How to use SFTP file transfer in Termux and combine with intranet penetration to achieve remote transmission

Article directory 1. Install openSSH 2. Install cpolar 3. Remote SFTP connection configuration 4. Remote SFTP access 4. Configure a fixed remote connection address SFTP (SSH File Transfer Protocol) is a file transfer protocol based on the SSH (Secure Shell) security protocol. Compared with the FTP protocol, SFTP uses encryption and authentication mechanisms to protect […]

How Termux SFTP implements remote file transfer

Article directory 1. Install openSSH 2. Install cpolar 3. Remote SFTP connection configuration 4. Remote SFTP access 4. Configure a fixed remote connection address SFTP (SSH File Transfer Protocol) is a file transfer protocol based on the SSH (Secure Shell) security protocol. Compared with the FTP protocol, SFTP uses encryption and authentication mechanisms to protect […]

Linux installation vsftpd and configuration

Install vsftpd 1. yum installation Check if installed rpm -qa | grep vsftpd Uninstall vsftpd yum remove vsftpd yum installation # Installation yum install vsftpd 2. Start # enable service vsftpd start # closure service vsftpd stop # Restart service vsftpd restart # boot chkconfig vsftpd on 3. Create user # Create user useradd -d […]

linux installation vsftpd

Linux installation vsftpd Install vsftpd as an attachment upload and download service Article directory linux installation vsftpd 1. What is vsftpd? 2. Usage steps 1.Installation 2.Configuration 3. Possible problems The first situation: selinux ftp settings Second case: It may be the cause of the firewall The third situation: pam.d setting problem 4. Suggestions Summarize 1. […]

Linux restricts user permissions, JSch, ChannelSftp, ChannelExec, java.util.InterruptedException, /etc/ssh/sshd_config, setfacl

Problem background: Other systems need to get files on the server when requesting my interface, but I don’t want to give them to users with more permissions. So I want to create a new user sftpuser on Linux. This user can only download files from the directory and subdirectories I provided, and cannot perform other […]

docker install sftpgo

Introduction to sftpgo sftpgo is a full-featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Supports multiple storage backends: local file system, encrypted local file system, S3 (compatible) object storage, Google Cloud Storage, Azure Blob Storage, SFTP. Official website: https://sftpgo.com/ Project address: https://github.com/drakkan/sftpgo sftpgo installation Prepare a Linux server. Taking Ubuntu […]

Vsftp installation configuration (super detailed version)

Table of Contents 1 Introduction to FTP and Vsftp 1.1 Introduction to FTP 1.2 Vsftp introduction 1.3 Login types of Vsftp 2 Vsftp installation configuration 2.1 Change source 2.2 Install epel source 2.3 Install Vsftpd and related dependencies 2.4 vsftpd configuration file description 2.5 Detailed explanation of vsftpd configuration 2.6 Back up configuration files 3 […]

Solve the problem that the factory system using Zhengdian Atom is equipped with vsftpd FTP file server and cannot be connected using filezilla software.

Environmental statement: In the ARM Linux environment of the IMX6ULL development board, combined with the latest version of the factory system of Zhengdian Atom, the FTP server on the development board can be connected to the FTP server on the Windows filezilla software to transfer files to each other 1. vi /etc/vsftpd.conf //Modify the configuration […]