ubunto server14 + SSH + FileZilla + Putty

如无法安装openssh 就先执行 sudo apt-get update

1. sudo apt-get install openssh-server

2. ps -e |  grep ssh 检查是否启动, 如果没有启动,输入"sudo service ssh start"

3. sudo gedit /etc/ssh/sshd_config

注释 PermitRootLogin without-password 

增加 PermitRootLogin yes 让root用户可以使用 (ps: 记得shutdown -r now)

4. https://filezilla-project.org/ 下载 filezilla 安装  下载putty使用简单

5. 配置使用

posted @ 2016-07-27 13:55  黄山奇  阅读(128)  评论(0编辑  收藏  举报