In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "how to install SSH and vsFTPd on Ubuntu Linux". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Install SSH:
Sudo apt-get install ssh
Log in to the host with ssh:
SSH username@ipaddress
Eg:admin@10.24.0.2
Install vsftpd:
Vsftpd is one of the FTP daemons that can be applied in Ubuntu. It is very convenient in installation, setup and protection. To install vsftpd, you can apply the following command:
Vsftpd-FTP server configuration
You can compile the vsftpd configuration file, / etc/vsftpd.conf, to configure the default settings. Only anonymous FTP is allowed by default. If you want to disable this option, you can set the following line:
Anonymous_enable=YES
Change to
Anonymous_enable=NO
By default, local system users are not allowed to log in to the FTP server. To change this setting, you can uncomment the following line:
# local_enable=YES
By default, Tali users download files from FTP, but they are not allowed to upload files to the FTP server. To be able to upload files to the FTP server, you need to change this setting. You can uncomment the following line:
# anon_upload_enable=YES
The configuration file contains many configuration parameters. Information about each parameter in the configuration file is available, or you can refer to the man page, man 5 vsftpd.conf, to clarify the details of each parameter. Once you have configured vsftpd, you can run the daemon. You can execute the following commands to run the vsftpd daemon:
Sudo / etc/init.d/vsftpd start
That's all for "how to install SSH and vsFTPd on Ubuntu Linux". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.