使用putty通过SSHD 服务,登录FreeBSD.
1.
在/etc/ssh/sshd_config最后中加入
PermitRootLogin yes #允许root登录
PermitEmptyPasswords no #不允许空密码登录
PasswordAuthentication yes # 设置是否使用口令验证。
2.
编辑/etc/inetd.conf,去掉ssh前的#,保存退出 (开启ssh服务)
3.
编辑/etc/rc.conf
加入sshd_enable="YES"
4
激活sshd服务:
/etc/rc.d/sshd start
5.
#netstat -an
6.
sysinstall>>>configure>>>networking>>>sshd
是否安装ssh
出错:
1.hostname nor servname provided ,or not know
2.sshd re-exec requires execution with an absolute path
阅读(905) | 评论(0) | 转发(0) |