freeBSD:ssh登录root

/etc/inetd.conf 

ee /etc/inetd.conf

freeBSD:ssh登录root_第1张图片 

去掉# 


/etc/rc.conf

ee /etc/rc.conf

添加一句

sshd_enable="YES"

freeBSD:ssh登录root_第2张图片 


 /etc/ssh/sshd_config

vi  /etc/ssh/sshd_config

freeBSD:ssh登录root_第3张图片

22行可以修改端口号,非必要就默认22

freeBSD:ssh登录root_第4张图片 36行

去掉#  后面修改成 yes

freeBSD:ssh登录root_第5张图片 

     61 PasswordAuthentication yes
     62 PermitEmptyPasswords no 


 /etc/rc.d/sshd(开启服务)

/etc/rc.d/sshd start

 # 开启服务

netstat -an | more

freeBSD:ssh登录root_第6张图片

如果又22那就恭喜你开启成功

你可能感兴趣的:(ssh,服务器,运维,unix,freebsd)