lesson6 -SSH FTP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lesson6 -SSH FTP相关的知识,希望对你有一定的参考价值。
1.sudo apt-get install ssh download and install
make sure port 22 is open
2. connect to linux server
1)ifconfig know linux server ip address
2)sudo ufw status make sure firewall down or port 22 is allow to access
3)use putty.exe(windows client) to connect to SSH server
3.FTP vsftpd
1)sudo apt-get install vsftpd
2)sudo vim /etc/vsftpd.cont (textfile) make property
# means code dosenot exit linux ignore code
local-enable = yes allow people use service can download
write-enable = yes people be allowed to write service can upload
3)sudo service vsftpd restart
stop
start
turn off the firewall or open the port to allow
4)use ftp client to connect ( Filezilla mac)
本文出自 “SystemAdmin笔记” 博客,请务必保留此出处http://christhai.blog.51cto.com/1584747/1754521
以上是关于lesson6 -SSH FTP的主要内容,如果未能解决你的问题,请参考以下文章