码迷,mamicode.com
首页 > 其他好文 > 详细

lesson6 -SSH FTP

时间:2016-03-24 07:41:37      阅读:174      评论:0      收藏:0      [点我收藏+]

标签: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

标签:ssh   ftp   

原文地址:http://christhai.blog.51cto.com/1584747/1754521

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!