当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Ladongo open source full platform penetration scanner framework
- Let's talk about the locks in the database
- 14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?
- Using pipe() to improve code readability in pandas
- What do you think of the most controversial programming ideas?
- Download, installation and configuration of Sogou input method in Ubuntu
- [original] the influence of arm platform memory and cache on the real-time performance of xenomai
- android基础-RadioButton(单选按钮)
- 洞察——风格注意力网络(SANet)在任意风格迁移中的应用
- laravel8更新之维护模式改进
猜你喜欢

Android 9.0/P WebView 多进程使用的问题

团灭 LeetCode 股票买卖问题
![[solution] distributed timing task solution](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[solution] distributed timing task solution

Let's talk about the locks in the database

Ubuntu下搜狗输入法的下载安装及配置

微信小程序request报400错误 @RequestBody接收不到

The emergence and significance of micro service

14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?

Get tree menu list

Using pipe() to improve code readability in pandas
随机推荐
云计算之路-出海记:整一台 aws 免费云服务器
ROS learning: remote start ROS node
Android Basics - RadioButton (radio button)
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
android基础-RadioButton(单选按钮)
Static + code block + polymorphism + exception
go wire 依赖注入入门
ECMAScript7规范中的instanceof操作符
Stack bracket matching
Adobe Prelude /Pl 2020软件安装包(附安装教程)
Get tree menu list
使用jsDelivr加速你的网站
来自不同行业领域的50多个对象检测数据集
Face recognition: attack types and anti spoofing techniques
A detailed explanation of microservice architecture
Got timeout reading communication packets解决方法
Do not understand the underlying principle of database index? That's because you don't have a B tree in your heart
Web安全(一)---浏览器同源策略
面部识别:攻击类型和反欺骗技术
CPP (2) creating CPP project