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的主要内容,如果未能解决你的问题,请参考以下文章

重温JavaScript(lesson6):函数

斯坦福《机器学习》Lesson6感想———1函数间隔和几何间隔

vi/vim教程

新概念每日一课 006

类似QQ在线离线好友界面

nodejs之包教不包会