当前位置:网站首页>16. File transfer protocol, vsftpd service
16. File transfer protocol, vsftpd service
2020-11-07 22:18:00 【Sword emperor Xiao Jian】
SELinux Security subsystem
- Three models :
- enforcing: Force security policy mode on , Illegal requests for services will be blocked .
- permissive: In case of unauthorized access to the service , Just give a warning and not force intercept .
- disabled: Don't warn or intercept ultra vires .
- getenforce- Get the current SELinux The mode of operation of the service
- setenforce0 / 1 - temporary modify SELinux Current operating mode (0 To disable ,1 To enable )
- semanage<options>__<file>- management SELinux The strategy of
- [-l] - Inquire about ;
- [-a] - add to ;
- [-m] - modify ;
- [-d] - Delete
- restorecon- Will set up SELinux The security context takes effect immediately
File transfer protocol (FTP)
- Package: vsftpd, ftp
- Working mode
- Active mode :FTP The server initiates the connection request to the client
- Passive mode :FTP The server waits for the client to initiate a connection request (FTP The default working mode of )
- systemctl enable_<serviceName>_ Application configuration
vsftpd Working mode
- Anonymous open mode ( unsafe )【 Anonymous users :anonymous】
- Local user mode
- Virtual user mode ( Security , But the configuration is complicated , Want to use PAM)
- -6 Use IPv6 agreement
Simple file transfer protocol (TFTP)
- Package: tftp_server, tftp
TFTP Service is to use xinetd Service program to manage .xinetd Services can be used to manage a variety of lightweight network services , And it has powerful log function . Simply speaking , In the installation TFTP After the package , Still need to be in xinetd Open it in the service program , Disable by default (disable) Parameter is modified as no
TFTP The command function of is not as good as FTP Powerful service , You can't even traverse directories , It's also less secure than FTP service . and , because TFTP When transferring files, we use UDP agreement , The port number occupied is 69, So the file transfer process is not like FTP The agreement is so reliable . however , because TFTP There is no need for client authentication , It also reduces unnecessary system and network bandwidth consumption , So the transmission is trivial (trivial) Small documents , More efficient .
版权声明
本文为[Sword emperor Xiao Jian]所创,转载请带上原文链接,感谢
边栏推荐
- There's not much time left for Kwai Chung.
- supervisor进程管理安装使用
- [C + + learning notes] how about the simple use of the C + + standard library STD:: thread?
- Go之发送钉钉和邮箱
- 爆一个VS2015 Update1更新带来的编译BUG【已有解决方案】
- 状态压缩:对动态规划进行降维打击
- Adobe media encoder /Me 2021软件安装包(附安装教程)
- Android Basics - RadioButton (radio button)
- ROS learning: remote start ROS node
- 密码学-尚硅谷
猜你喜欢
Animation techniques and details you may not know
android基础-RadioButton(单选按钮)
Ubuntu下搜狗输入法的下载安装及配置
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
【原创】ARM平台内存和cache对xenomai实时性的影响
Face recognition: attack types and anti spoofing techniques
Go sending pin and email
Insight -- the application of sanet in arbitrary style transfer
Git code submission operation, and git push prompt failed to push some refs'xxx '
来自不同行业领域的50多个对象检测数据集
随机推荐
云计算之路-出海记:整一台 aws 免费云服务器
看一遍就理解,图解单链表反转
面部识别:攻击类型和反欺骗技术
Adobe Lightroom /Lr 2021软件安装包(附安装教程)
Getting started with go wire dependency injection
Got timeout reading communication packets解决方法
Delphi10's rest.json And system.json Step on the pit
What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?
Implementation of multi GPU distributed training with horovod in Amazon sagemaker pipeline mode
Face recognition: attack types and anti spoofing techniques
Web Security (4) -- XSS attack
AFO
use Xunit.DependencyInjection Transformation test project
构造请求日志分析系统
Web安全(三)---CSRF攻击
Get started, GIT
Python 图片识别 OCR
Sentry installation
微服务的出现和意义的探索
On the coverage technology and best practice of go code