BSD ssh 晴

Category : UNIX | Post on 2005/07/06 13:26 by leftleg | Comments:0
装了N次 BSD5.4 总是不能用 SSH2 登陆,最后居然发现是:

FreeBSD5.3直接安装后不像4x样默认启动了sshd服务,你需要在安装的时候选择使用sshd服务。或者在/etc/rc.conf中加入sshd_enable="YES"

如果你使用SecureCRT用ssh2连接时提示unable to authenticate using any of the configured authentication methods !错误,请在连接属性中的Authentication的Primary选项中,选择Keyboard Interactive。

严重郁闷....

cd /etc/ssh
ee sshd_config

更改 Pass*  yes
Tags: , ,
分页: 29/29 第一页 上页 24 25 26 27 28 29 最后页 [ 显示模式: 摘要 | 列表 ]