通过WinScp访问 FreeBSD的设定方法。

牧云@^-^@ 提交于 2019-12-03 15:29:19

In this case, i want to transfer data and maintenance my FreeBSD from other machine, Putty and  WinSCP are choose to login from my XP.

  1. Login as a root
  2. #vi /etc/rc.conf
  3. make sure and insert this at the end sshd_enable=”YES”
  4. #vi /etc/ssh/sshd_config —> to configure sshd
  5. Find and change the line: “PasswordAuthentication no” to PasswordAuthentication yes, and root PermitRootLogin yes to login from winSCP / putty direct as a root.
  6. # /etc/rc.d/sshd restart and see sshd status as pid xxxx
  7. Finnaly, go to your putty / winSCP in other machine to login with user n password your FreeBSD

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!